geocode
Autocompletion & geocoding that resolves user input addresses including coordinates
get/api/v1/geocode
Query parameters
textstring required
the (potentially partially typed) address to resolve
languagestring[]
language tags as used in OpenStreetMap (usually ISO 639-1, or ISO 639-2 if there's no ISO 639-1)
type'ADDRESS' | 'PLACE' | 'STOP'
location type
Optional. Default is all types.
Only return results of the given types. For example, this can be used to allow only ADDRESS and STOP results.
modeMode[]
Optional. Filter stops by available transport modes. Defaults to applying no filter.
placestring
Optional. Used for biasing results towards the coordinate.
Format: latitude,longitude in degrees
placeBiasnumber
Optional. Used for biasing results towards the coordinate. Higher number = higher bias.
Response
A list of guesses to resolve the text to a location