Static
MODULEan instance of the plugin
Delete geofences
string|string[]
Optional
options: GeofenceOptionsGeofenceOptions
Get a single geofence by geofenceId
The string id of the geofence to get
Optional
options: GeofenceOptionsOptional parameters for getting a geofence
Promise
Get the plugin object
the name of the plugin
List geofences
Optional
options: ListGeofenceOptionsListGeofenceOptions
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
Single or array of geofence objects to create
Optional
options: GeofenceOptionsOptional parameters for creating geofences
Reverse geocoding search via a coordinate point on the map
Coordinates array for the search input
Optional
options: SearchByCoordinatesOptionsOptions parameters for the search
Search for location by unique ID
Unique ID of the location that is to be searched for
Optional
options: searchByPlaceIdOptionsOptional parameters to the search
Search by text input with optional parameters
The text string that is to be searched for
Optional
options: SearchByTextOptionsOptional parameters to the search
Search for search term suggestions based on input text
The text string that is to be search for
Optional
options: SearchByTextOptionsOptional parameters to the search
a Promise
of SearchForSuggestionsResults that resolves to an array of search suggestion strings
add plugin into Geo category