An Amazon Location Service tracker resource for tracking device positions.
Type: objectProperties: 5
GeocodingGeofencingLocationMapsRouting
Tracker is a JSON Structure definition published by Amazon Location Service, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/json-structure/amazon-location-service-tracker-structure.json",
"name": "Tracker",
"description": "An Amazon Location Service tracker resource for tracking device positions.",
"type": "object",
"properties": {
"TrackerName": {
"type": "string",
"description": "The name of the tracker resource.",
"example": "fleet-tracker"
},
"TrackerArn": {
"type": "string",
"description": "The Amazon Resource Name (ARN) for the tracker."
},
"Description": {
"type": "string",
"description": "The optional description for the tracker resource."
},
"PositionFiltering": {
"type": "string",
"description": "The position filtering method of the tracker resource.",
"example": "TimeBased",
"enum": [
"TimeBased",
"DistanceBased",
"AccuracyBased"
]
},
"CreateTime": {
"type": "datetime",
"description": "The timestamp for when the tracker resource was created."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.