To detect locations by known list of coordinates use command gis/get_locations:
svc=gis/get_locations¶ms={"points":[{ "x":<double>, "y":<double> }]}
You can find an example of this request in the sample Address detection.
Name | Description |
---|---|
points | array of coordinates |
x | longitude |
y | latitude |
{ "locations":[<text>] /* array of locations */ }
|