The Location object represents a latitude / longitude coordinate pair. It can be used to work with services at a given point of the map.
Model definition
|
Property name |
Property type |
Property description |
|---|---|---|
|
|
number (float) |
Latitude part of a coordinate. Example: 42.0121 |
|
|
number (float) |
Longitude part of a coordinate. Example: 16.3234 |
Location is always used as an object. In case of GET request location[latitude]=42.0121&location[longitude]=16.3234 format should be used when sending the parameter.