Zvini
22:35:16

« Place » list

place/list - Returns a list of all places.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the places.
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.
}
...
]
No errors expected.