Map Location API
List all Map Locations
List all locations for a specific map
GET
/
v0
/
map
/
{mapId}
/
locations
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
mapId
string
requiredID of the map to retrieve
Query Parameters
limit
number
The number of locations returned in each request. Must be less than or equal to 100. Default is 100.
offset
number
Offset to list locations starting on the order from a location in your previous request
Response
200 - application/json
id
string
The ID of Location
name
string
requiredThe name of Location
placeId
string
The placeId resolved (via geocoding) for this location
latLngLiteral
object
properties
object
This object contains all the data fields that were passed in for this location at import/creation