leaflet-control-geocoder
    Preparing search index...

    Class MapQuest

    Implementation of the MapQuest Geocoding API

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    options: MapQuestOptions = ...

    Methods

    • Performs a reverse geocoding query and returns the results as promise

      Parameters

      • location: LatLngLiteral

        the coordinate to reverse geocode

      • scale: number

        the map scale possibly used for reverse geocoding

      Returns Promise<GeocodingResult[]>