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