Optional
config: GeoConfigConfiguration object for Geo
Static
CATEGORYStatic
PROVIDER_Delete geofences from a geofence collection
string|string[]
Optional
options: AmazonLocationServiceGeofenceOptionsGeofenceOptions
a promise that resolves to an object that conforms to AmazonLocationServiceDeleteGeofencesResults: successes: list of geofences successfully deleted errors: list of geofences that failed to delete
Get the map resources that are currently available through the provider
Get the map resource set as default in amplify config
Get geofence from a geofence collection
string
Optional
options: AmazonLocationServiceGeofenceOptionsOptional parameters for getGeofence
List geofences from a geofence collection
Optional
options: AmazonLocationServiceListGeofenceOptionsListGeofenceOptions
a promise that resolves to an object that conforms to ListGeofenceResults: entries: list of geofences - 100 geofences are listed per page nextToken: token for next page of geofences
Create geofences inside of a geofence collection
Array of geofence objects to create
Optional
options: AmazonLocationServiceGeofenceOptionsOptional parameters for creating geofences
a promise that resolves to an object that conforms to SaveGeofencesResults: successes: list of geofences successfully created errors: list of geofences that failed to create
Reverse geocoding search via a coordinate point on the map
Coordinates array for the search input
Optional
options: SearchByCoordinatesOptionsOptions parameters for the search
Optional
options: searchByPlaceIdOptionsSearch by text input with optional parameters
The text string that is to be searched for
Optional
options: SearchByTextOptionsOptional parameters to the search
Search for suggestions based on the input text
The text string that is to be searched for
Optional
options: SearchByTextOptionsOptional parameters to the search
Initialize Geo with AWS configurations