The request is intended to get list of geopoints.
&svc=get_geopoints¶ms={ "id_group": integer }
Parameter | Description |
---|---|
id_group | Unique Group ID |
Optional parameter id_group returns all geopointsof the group.
[ { "id": 6208, // Geopoint Record ID "creator": 18155, // GeoPoint Creator "name": "123", // GeoPoint Name "lat": "55.818258598922", // Latitude "lon": "37.224426269531", // Longitude "descr": "" // GeoPoint Description }, ... ]