Zvini
22:23:57

« Place » get

place/get - Returns a single existing place.
Method parameters:
id - The ID of the place to get.
Returns a JSON document of the following format:
{
id: <number> - The ID of the place.
latitude: <number> - The latitude of the place.
longitude: <number> - The longitude of the place.
altitude: <number> - The altitude of the place.
name: <string> - The name of the place.
description: <string> - The description of the place.
tags: <string> - The space-separated list of tags.
insert_time: <number> - The Unix timestamp of when the place was created.
update_time: <number> - The Unix timestamp of when the place was last modified.
}
Expected errors:
PLACE_NOT_FOUND - A place with the ID doesn't exist.