v1

latestOpenAPI 3.0.02026-07-1419035.1 KB
Reverse Geocoding

Cross Street lookup

get/search/{versionNumber}/reverseGeocode/crossStreet/{position}.{ext}

Path parameters

versionNumber2 required

Service version number. The current value is 2.

positionstring required

This is specified as a comma separated string composed of lat., lon.

ext'json' | 'jsonp' | 'js' | 'xml' required

Expected response format.

Query parameters

limitinteger

Maximum number of cross-streets to return.

spatialKeysboolean

If the "spatialKeys" flag is set, the response will also contain a proprietary geospatial keys for a specified location.

headingnumber float

The directional heading in degrees, usually similar to the course along a road segment. Entered in degrees, measured clockwise from north (so north is 0, east is 90, etc.)

radiusinteger

The maximum distance in meters from the specified position for the reverse geocoder to consider.

languagestring

Language in which search results should be returned. Should be one of <a href="/search-api/search-api-documentation/supported-languages">supported IETF language tags</a>, case insensitive.

Response

OK: the search successfully returned zero or more results.