Package-level declarations
Types
Inherited functions
Creates an association between a geofence collection and a tracker resource. This allows the tracker resource to communicate location data to the linked geofence collection.
Deletes the position history of one or more devices from a tracker resource.
Deletes a batch of geofences from a geofence collection.
Evaluates device positions against the geofence geometries from a given geofence collection.
Lists the latest device positions for requested devices.
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch). Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days.
Calculates a route given the following required parameters: DeparturePosition
and DestinationPosition
. Requires that you first create a route calculator resource.
Calculates a route matrix given the following required parameters: DeparturePositions
and DestinationPositions
. CalculateRouteMatrix
calculates routes and returns the travel time and travel distance from each departure position to each destination position in the request. For example, given departure positions A and B, and destination positions X and Y, CalculateRouteMatrix
will return time and distance for routes from A to X, A to Y, B to X, and B to Y (in that order). The number of results returned (and routes calculated) will be the number of DeparturePositions
times the number of DestinationPositions
.
Creates a geofence collection, which manages and stores geofences.
Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer.
Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers.
Creates a place index resource in your Amazon Web Services account. Use a place index resource to geocode addresses and other text queries by using the SearchPlaceIndexForText
operation, and reverse geocode coordinates by using the SearchPlaceIndexForPosition
operation, and enable autosuggestions by using the SearchPlaceIndexForSuggestions
operation.
Creates a route calculator resource in your Amazon Web Services account.
Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and historical location of devices.
Deletes a geofence collection from your Amazon Web Services account.
Deletes the specified API key. The API key must have been deactivated more than 90 days previously.
Deletes a map resource from your Amazon Web Services account.
Deletes a place index resource from your Amazon Web Services account.
Deletes a route calculator resource from your Amazon Web Services account.
Deletes a tracker resource from your Amazon Web Services account.
Retrieves the geofence collection details.
Retrieves the API key resource details.
Retrieves the map resource details.
Retrieves the place index resource details.
Retrieves the route calculator resource details.
Retrieves the tracker resource details.
Removes the association between a tracker resource and a geofence collection.
Evaluates device positions against geofence geometries from a given geofence collection. The event forecasts three states for which a device can be in relative to a geofence:
Retrieves a device's most recent position according to its sample time.
Retrieves the device position history from a tracker resource within a specified range of time.
Retrieves the geofence details from a geofence collection.
Retrieves glyphs used to display labels on a map.
Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG image paired with a JSON document describing the offsets of individual icons that will be displayed on a rendered map.
Retrieves the map style descriptor from a map resource.
Retrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.
Finds a place by its unique ID. A PlaceId
is returned by other search operations.
A batch request to retrieve all device positions.
Lists geofence collections in your Amazon Web Services account.
Lists geofences stored in a given geofence collection.
Lists API key resources in your Amazon Web Services account.
Lists map resources in your Amazon Web Services account.
Lists place index resources in your Amazon Web Services account.
Lists route calculator resources in your Amazon Web Services account.
Returns a list of tags that are applied to the specified Amazon Location resource.
Lists geofence collections currently associated to the given tracker resource.
Lists tracker resources in your Amazon Web Services account.
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
Reverse geocodes a given coordinate and returns a legible address. Allows you to search for Places or points of interest near a given position.
Generates suggestions for addresses and points of interest based on partial or misspelled free-form text. This operation is also known as autocomplete, autosuggest, or fuzzy matching.
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest.
Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.
Removes one or more tags from the specified Amazon Location resource.
Updates the specified properties of a given geofence collection.
Updates the specified properties of a given API key resource.
Updates the specified properties of a given map resource.
Updates the specified properties of a given place index resource.
Updates the specified properties for a given route calculator resource.
Updates the specified properties of a given tracker resource.
Verifies the integrity of the device's position by determining if it was reported behind a proxy, and by comparing it to an inferred position estimated based on the device's state.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.