logistics

Location

Real time GPS location tracking and search

Introduction

Send, store, and search real time GPS point data and tracking information using the location API.

  • Record and retrieve the locations of your entities
  • Perform location based search of them including filters

Build powerful map rendered views with up to the second updated points on the map.

Features

Read

Read an entity by its ID

Save

Save an entity's current position

Search

Search for entities in a given radius

Pricing

EndpointCredits
ReadBase
SaveBase
SearchBase

Base requests are 0.000001 credit per request (1 credit = $1 USD)

Example

Read Request

Response

{
    "entity": {
        "id": "1",
        "type": "bike",
        "location": {
            "latitude": 51.511061,
            "longitude": -0.120022,
            "timestamp": "1622802761"
        }
    }
}