Search Proximity Request
Resource URI
/search/proximity.json
Resource Parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
app_id | string | Y | Typically, but not guaranteed to be, 20 bytes Base64 URL-safe encoded string used for the authentication of the client application. If you use the app ID/app code option, you need to include an |
app_code | string | Y | Typically, but not guaranteed to be, 20 bytes Base64 URL-safe encoded string used for the authentication of the client application. If you use the app ID/app code option, you need to include an |
apiKey | string | Y | A 43-byte Base64 URL-safe encoded string used for the authentication of the client application. As a logged in user, you can generate it at https://developer.here.com/projects. API Keys never expire but you can invalidate your API Keys at any time. You cannot have more than two API Keys for one app at the same time. |
layer_ids | list of integers | Y | Comma separated list of the selected layer ids. |
proximity | string | Y | Asset GPS position latitude and longitude in WGS84 degree, comma separated, and optionally a radius in meter. The radius defines how far to search around the asset position for geo fence geometries. Default radius = 1,000 meter. For maximum values please refer to CLE's resource serviceconfiguration.json. Multiple coordinate pairs can be passed as a semicolon separated list. For each of them the |
attributes | string | N | Semicolon separated list of attribute names to be returned with the geometries. Default: Return all attributes. If all listed attributes are preceded with a minus, then all attributes except those are returned. |
key_attributes | string | Y | Names of the attributes that identify each geometry. Comma separated. See Key Concepts for possibilities to use this parameter. |
callback | string | N | Specifies the name of a user-defined function used to wrap the JSON response. Required for JSONP requests. Default: No JSONP response wrapper |