To get info about city by its name use command gis/search_cities:
svc=gis/search_cities¶ms={"name":<text>, "mapTags":<text>}
Name | Description |
---|---|
name | city name |
mapTags | maps for searching (search in every map if empty) |
[{ "id":<long>, /* city ID */ "text":<text>, /* city name */ "lat":<double>, /* latitude */ "lon":<double> /* longitude */ }]