Zvini
00:49:13

« Point » list

place/point/list - Returns the list of all points of a place.
Method parameters:
id - The ID of the place to list the points of.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the points.
latitude: <number> - The latitude of the point.
longitude: <number> - The longitude of the point.
altitude: <number> - The altitude of the point.
insert_time: <number> - The Unix timestamp of when the point was added.
}
...
]
Expected errors:
PLACE_NOT_FOUND - A place with the ID doesn't exist.