Query Parameters
Parameter | Description | Usage |
---|---|---|
longitude | The longitude of the location. (WGS 84 datum/EPSG:4326 coordinate system) | Required |
latitude | The latitude of the location. (WGS 84 datum/EPSG:4326 coordinate system) | Required |
type | Refers to crime type. Multiple values can be passed as comma separated values. For example: type='larceny', 'arson', 'violent' Default: 'all' The 11 valid crime type values include:
Note: In case of multiple input values, if 'all', 'violent' and
'property' crime types are specified, then the results from
their sub-categories are returned automatically. For
example, if 'property' type is specified as input, then all
indexes of property type including burglary, larceny, car
theft and arson will be returned. In this case if 'burglary'
is specified exclusively, then it will be ignored because
this index is already a part of 'property' index. |
Optional |
includeGeometry | Specifies whether or not to include the geometry. If 'Y' is specified crime boundary
will be shown in response. If 'N' is specified , the crime boundary
will not be shown in response. Possible values: Y or N Default: 'N' |
Optional |