TomTom Maps for JavaScript
    Preparing search index...

    Type Alias ReverseGeocodingMandatoryParams

    Required parameters for reverse geocoding requests.

    These parameters must be provided for any reverse geocoding service call.

    type ReverseGeocodingMandatoryParams = {
        position: HasLngLat;
    }
    Index

    Properties

    Properties

    position: HasLngLat

    Geographic position to reverse geocode.

    The longitude and latitude coordinates for which to retrieve address information. Accepts any format implementing the HasLngLat interface.