Map Location API
Get a Map Location
Retrieve a location in 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
ID of the map location to retrieve
Response
200
application/json
Location 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"
}