Amazon Location Service · Arazzo Workflow
Amazon Location Service Geocode Address into Tracker Position
Version 1.0.0
Geocode text to coordinates and record them as a device position.
Provider
Workflows
geocode-batch-positions
Geocode an address and upload the result as a tracker position.
Geocodes the supplied text to a coordinate via the place index, ensures a tracker exists by creating it, and uploads the geocoded coordinate to the tracker as a device position so the address becomes a logged location.
1
geocodeText
SearchPlaceIndexForText
Geocode the supplied address to resolve the longitude/latitude point of the top matching place.
2
createTracker
CreateTracker
Create the tracker resource that will store the geocoded position.
3
recordPosition
BatchUpdateDevicePosition
Upload the geocoded coordinate to the tracker as a device position for the supplied device.