| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
GeofenceGeometry |
GeofenceGeometry.clone() |
GeofenceGeometry |
PutGeofenceRequest.getGeometry()
Contains the details to specify the position of the geofence.
|
GeofenceGeometry |
BatchPutGeofenceRequestEntry.getGeometry()
Contains the details of the position of the geofence.
|
GeofenceGeometry |
GetGeofenceResult.getGeometry()
Contains the geofence geometry details describing a polygon or a circle.
|
GeofenceGeometry |
ListGeofenceResponseEntry.getGeometry()
Contains the geofence geometry details describing a polygon or a circle.
|
GeofenceGeometry |
GeofenceGeometry.withCircle(Circle circle)
A circle on the earth, as defined by a center point and a radius.
|
GeofenceGeometry |
GeofenceGeometry.withPolygon(Collection<List<List<Double>>> polygon)
A polygon is a list of linear rings which are each made up of a list of vertices.
|
GeofenceGeometry |
GeofenceGeometry.withPolygon(List<List<Double>>... polygon)
A polygon is a list of linear rings which are each made up of a list of vertices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutGeofenceRequest.setGeometry(GeofenceGeometry geometry)
Contains the details to specify the position of the geofence.
|
void |
BatchPutGeofenceRequestEntry.setGeometry(GeofenceGeometry geometry)
Contains the details of the position of the geofence.
|
void |
GetGeofenceResult.setGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon or a circle.
|
void |
ListGeofenceResponseEntry.setGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon or a circle.
|
PutGeofenceRequest |
PutGeofenceRequest.withGeometry(GeofenceGeometry geometry)
Contains the details to specify the position of the geofence.
|
BatchPutGeofenceRequestEntry |
BatchPutGeofenceRequestEntry.withGeometry(GeofenceGeometry geometry)
Contains the details of the position of the geofence.
|
GetGeofenceResult |
GetGeofenceResult.withGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon or a circle.
|
ListGeofenceResponseEntry |
ListGeofenceResponseEntry.withGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon or a circle.
|
Copyright © 2023. All rights reserved.