Geocode
Forward geocode an address
GET/api/v1/geocode
Reverse geocode a coordinate
GET/api/v1/geocode/reverse
Autocomplete a partial address
GET/api/v1/geocode/autocomplete
Batch geocode multiple addresses
POST/api/v1/geocode/batch
ModelsExpand Collapse
AutocompleteResult = object { features, type } GeoJSON FeatureCollection of autocomplete suggestions
AutocompleteResult = object { features, type }
GeoJSON FeatureCollection of autocomplete suggestions
GeocodeResult = object { features, type } GeoJSON FeatureCollection of geocoding results
GeocodeResult = object { features, type }
GeoJSON FeatureCollection of geocoding results
GeocodingFeature = object { geometry, properties, type }
GeocodingFeature = object { geometry, properties, type }
ReverseGeocodeResult = object { features, type } GeoJSON FeatureCollection of reverse geocoding results
ReverseGeocodeResult = object { features, type }
GeoJSON FeatureCollection of reverse geocoding results