AWS.Location (aws-elixir v0.9.0) View Source
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
Link to this section Summary
Functions
Creates an association between a geofence collection and a tracker resource.
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.
A batch request to retrieve all device positions.
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.
Calculates a route
given the following required parameters: DeparturePostiton and
DestinationPosition.
Creates a geofence collection, which manages and stores geofences.
Creates a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers.
Creates a place index resource in your AWS account, which supports functions with geospatial data sourced from your chosen data provider.
Creates a route calculator resource in your AWS account.
Creates a tracker resource in your AWS account, which lets you retrieve current and historical location of devices.
Deletes a geofence collection from your AWS account.
Deletes a map resource from your AWS account.
Deletes a place index resource from your AWS account.
Deletes a route calculator resource from your AWS account.
Deletes a tracker resource from your AWS account.
Retrieves the geofence collection 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.
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.
Retrieves the map style descriptor from a map resource.
Retrieves a vector data tile from the map resource.
Lists the latest device positions for requested devices.
Lists geofence collections in your AWS account.
Lists geofences stored in a given geofence collection.
Lists map resources in your AWS account.
Lists place index resources in your AWS account.
Lists route calculator resources in your AWS account.
Returns the tags for the specified Amazon Location Service resource.
Lists geofence collections currently associated to the given tracker resource.
Lists tracker resources in your AWS 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.
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 Service resource.
Link to this section Functions
associate_tracker_consumer(client, tracker_name, input, options \\ [])
View SourceCreates an association between a geofence collection and a tracker resource.
This allows the tracker resource to communicate location data to the linked geofence collection.
Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.
batch_delete_device_position_history(client, tracker_name, input, options \\ [])
View SourceDeletes the position history of one or more devices from a tracker resource.
batch_delete_geofence(client, collection_name, input, options \\ [])
View SourceDeletes a batch of geofences from a geofence collection.
This operation deletes the resource permanently.
batch_evaluate_geofences(client, collection_name, input, options \\ [])
View SourceEvaluates device positions against the geofence geometries from a given geofence collection.
The evaluation determines if the device has entered or exited a geofenced area, which publishes ENTER or EXIT geofence events to Amazon EventBridge.
The last geofence that a device was observed within, if any, is tracked for 30 days after the most recent device position update
batch_get_device_position(client, tracker_name, input, options \\ [])
View SourceA batch request to retrieve all device positions.
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.
batch_update_device_position(client, tracker_name, input, options \\ [])
View SourceUploads position update data for one or more devices to a tracker resource.
Amazon Location uses the data when reporting the last known device position and position history.
Only one position update is stored per sample time. Location data is sampled at a fixed rate of one position per 30-second interval and retained for 30 days before it's deleted.
Calculates a route
given the following required parameters: DeparturePostiton and
DestinationPosition.
Requires that you first create aroute calculator resource
By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route.
Additional options include:
- Specifying a departure time
using either
DepartureTimeorDepartureNow. This calculates a route based on predictive traffic data at the given time.
You can't specify both DepartureTime and DepartureNow in a single request.
Specifying both parameters returns an error message.
- Specifying a travel mode
using TravelMode. This lets you specify additional route preference such as
CarModeOptionsif traveling byCar, orTruckModeOptionsif traveling byTruck.
Creates a geofence collection, which manages and stores geofences.
Creates a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers.
Creates a place index resource in your AWS account, which supports functions with geospatial data sourced from your chosen data provider.
Creates a route calculator resource in your AWS account.
You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.
Creates a tracker resource in your AWS account, which lets you retrieve current and historical location of devices.
delete_geofence_collection(client, collection_name, input, options \\ [])
View SourceDeletes a geofence collection from your AWS account.
This operation deletes the resource permanently. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
Deletes a map resource from your AWS account.
This operation deletes the resource permanently. If the map is being used in an application, the map may not render.
Deletes a place index resource from your AWS account.
This operation deletes the resource permanently.
delete_route_calculator(client, calculator_name, input, options \\ [])
View SourceDeletes a route calculator resource from your AWS account.
This operation deletes the resource permanently.
Deletes a tracker resource from your AWS account.
This operation deletes the resource permanently. If the tracker resource is in use, you may encounter an error. Make sure that the target resource isn't a dependency for your applications.
describe_geofence_collection(client, collection_name, options \\ [])
View SourceRetrieves the geofence collection details.
Retrieves the map resource details.
Retrieves the place index resource details.
Retrieves the route calculator resource details.
Retrieves the tracker resource details.
disassociate_tracker_consumer(client, consumer_arn, tracker_name, input, options \\ [])
View SourceRemoves the association between a tracker resource and a geofence collection.
Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer be automatically evaluated against geofences.
get_device_position(client, device_id, tracker_name, options \\ [])
View SourceRetrieves a device's most recent position according to its sample time.
Device positions are deleted after 30 days.
get_device_position_history(client, device_id, tracker_name, input, options \\ [])
View SourceRetrieves the device position history from a tracker resource within a specified range of time.
Device positions are deleted after 30 days.
Retrieves the geofence details from a geofence collection.
get_map_glyphs(client, font_stack, font_unicode_range, map_name, options \\ [])
View SourceRetrieves 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.
The style descriptor contains specifications on how features render on a map. For example, what data to display, what order to display the data in, and the style for the data. Style descriptors follow the Mapbox Style Specification.
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.
The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0) will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).
Lists the latest device positions for requested devices.
Lists geofence collections in your AWS account.
Lists geofences stored in a given geofence collection.
Lists map resources in your AWS account.
Lists place index resources in your AWS account.
Lists route calculator resources in your AWS account.
Returns the tags for the specified Amazon Location Service resource.
list_tracker_consumers(client, tracker_name, input, options \\ [])
View SourceLists geofence collections currently associated to the given tracker resource.
Lists tracker resources in your AWS account.
put_geofence(client, collection_name, geofence_id, input, options \\ [])
View SourceStores 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.
search_place_index_for_position(client, index_name, input, options \\ [])
View SourceReverse geocodes a given coordinate and returns a legible address.
Allows you to search for Places or points of interest near a given position.
search_place_index_for_text(client, index_name, input, options \\ [])
View SourceGeocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest.
Includes the option to apply additional parameters to narrow your list of results.
You can search for places near a given position using BiasPosition, or filter
results within a bounding box using FilterBBox. Providing both parameters
simultaneously returns an error.
Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters. You can use theTagResourceaction with an Amazon Location Service resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the tags already associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource.
Removes one or more tags from the specified Amazon Location Service resource.