Zvini
01:12:30

« Point » get

place/point/get - Returns a single existing point.
Method parameters:
id - The ID of the point to get.
Returns a JSON document of the following format:
{
id: <number> - The ID of the point.
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:
POINT_NOT_FOUND - A point with the ID doesn't exist.