Zvini
01:04:28

« Point » edit

place/point/edit - Edits an existing point.
Method parameters:
id - The ID of the point to edit.
latitude - The new latitude of the point.
longitude - The new longitude of the point.
altitude - The new altitude of the point.
Returns a JSON document of the following format:
<boolean> - Always true.
Expected errors:
POINT_NOT_FOUND - A point with the ID doesn't exist.