Map Location API
List all Map Locations
List all locations for a specific map
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the map to retrieve
Query Parameters
The number of locations returned in each request. Must be less than or equal to 100. Default is 100.
Offset to list locations starting on the order from a location in your previous request
Response
200
application/json
Map response
The name of Location
Example:
"The Kooks Restaurant"
The ID of Location
Example:
"04P1DY1YbwePX2rjKo3H"
The placeId resolved (via geocoding) for this location
Example:
"ChIJ6_ktdpMVvEgRJBv3ZEgxsD8"
This object contains all the data fields that were passed in for this location at import/creation
Example:
{
"Restaurant": "The Kooks Restaurant",
"Address": "Frammi við Gjónna, Leynavatn 410, Faroe Islands",
"key": "The Kooks Restaurant"
}