Update a Map Location
Update a location in a specific map
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
Body
All data of this location as object. MUST include a name & address field that was specified at the creation of Map.
{
"Name": "The Kooks Restaurant",
"Address": "Frammi við Gjónna, Leynavatn 410, Faroe Islands",
"key": "The Kooks Restaurant"
}
By default locations are listed by {order} in ascending order. Specify if you have specific preference on where this location shall be shown in the list. By default, it’s appended to the end of list.
"1"
Response
The name of Location
"The Kooks Restaurant"
The ID of Location
"04P1DY1YbwePX2rjKo3H"
The placeId resolved (via geocoding) for this location
"ChIJ6_ktdpMVvEgRJBv3ZEgxsD8"
This object contains all the data fields that were passed in for this location at import/creation
{
"Restaurant": "The Kooks Restaurant",
"Address": "Frammi við Gjónna, Leynavatn 410, Faroe Islands",
"key": "The Kooks Restaurant"
}