Query Parameters

Parameter Name Description Usage
latitude The latitude of the location. (WGS 84 datum/EPSG:4326 coordinate system) Required
longitude The longitude of the location. (WGS 84 datum/EPSG:4326 coordinate system) Required
distance Specifies the distance between the input location and the outer boundary of the region.

In case, the boundary is a circle then this distance is the radius and the input address is the center.

Note: This parameter can have only positive values.
Required
distanceUnit Specifies the unit in which the distance is measured. Acceptable values:
  • Feet
  • Metres
  • Kilometers
  • Miles
Default: Feet
Optional
resolution Specifies the resolution of the boundary. Curves generated for the boundary are approximated by line segments and measured in segments per circle.

Higher resolution results in smoother curves for the boundary but also increases the cost.

Number specified for resolution needs to be greater than 0 and in multiple of 4. If not, it is rounded off to nearest multiple of 4.

Optional
responseSrs The spatial reference system (srs) in which the response is expressed.

Default value is: epsg:4236

Optional
srsName The spatial reference system (srs) for the latitude and longitude values passed as input.

Default value is: epsg:4236

Optional