From 3b3ecc39deebbd1a64ec2a31e730d65c76db2b11 Mon Sep 17 00:00:00 2001 From: simon04 Date: Sun, 5 Jan 2025 13:41:22 +0000 Subject: [PATCH] deploy: 02f47ef657200052e3f3f46f158efef93260eef4 --- docs/classes/Geocoder.html | 16 ++++++++-------- docs/classes/geocoders.ArcGis.html | 10 +++++----- docs/classes/geocoders.AzureMaps.html | 8 ++++---- docs/classes/geocoders.Bing.html | 8 ++++---- docs/classes/geocoders.Google.html | 8 ++++---- docs/classes/geocoders.HERE.html | 8 ++++---- docs/classes/geocoders.HEREv2.html | 8 ++++---- docs/classes/geocoders.LatLng.html | 6 +++--- docs/classes/geocoders.MapQuest.html | 8 ++++---- docs/classes/geocoders.Mapbox.html | 10 +++++----- docs/classes/geocoders.Neutrino.html | 10 +++++----- docs/classes/geocoders.Nominatim.html | 8 ++++---- docs/classes/geocoders.OpenCage.html | 10 +++++----- docs/classes/geocoders.OpenLocationCode.html | 8 ++++---- docs/classes/geocoders.Openrouteservice.html | 10 +++++----- docs/classes/geocoders.Pelias.html | 10 +++++----- docs/classes/geocoders.Photon.html | 10 +++++----- docs/classes/geocoders.What3Words.html | 10 +++++----- docs/functions/geocoder-1.html | 2 +- docs/functions/geocoders.arcgis-1.html | 2 +- docs/functions/geocoders.azure.html | 2 +- docs/functions/geocoders.bing-1.html | 2 +- docs/functions/geocoders.geocodeEarth-1.html | 2 +- docs/functions/geocoders.geocodingParams.html | 2 +- docs/functions/geocoders.google-1.html | 2 +- docs/functions/geocoders.here-1.html | 2 +- docs/functions/geocoders.latLng-1.html | 2 +- docs/functions/geocoders.mapQuest-1.html | 2 +- docs/functions/geocoders.mapbox-1.html | 2 +- docs/functions/geocoders.mapzen-1.html | 2 +- docs/functions/geocoders.neutrino-1.html | 2 +- docs/functions/geocoders.nominatim-1.html | 2 +- docs/functions/geocoders.openLocationCode-1.html | 2 +- docs/functions/geocoders.opencage-1.html | 2 +- docs/functions/geocoders.openrouteservice-1.html | 2 +- docs/functions/geocoders.parseLatLng.html | 2 +- docs/functions/geocoders.pelias-1.html | 2 +- docs/functions/geocoders.photon-1.html | 2 +- docs/functions/geocoders.reverseParams.html | 2 +- docs/functions/geocoders.what3words-1.html | 2 +- docs/interfaces/geocoders.ArcGisOptions.html | 10 +++++----- docs/interfaces/geocoders.ArcGisResponse.html | 4 ++-- docs/interfaces/geocoders.AzureMapsOptions.html | 4 ++-- docs/interfaces/geocoders.AzureMapsResponse.html | 4 ++-- docs/interfaces/geocoders.BingOptions.html | 10 +++++----- docs/interfaces/geocoders.CodeArea.html | 4 ++-- docs/interfaces/geocoders.GeocoderOptions.html | 10 +++++----- docs/interfaces/geocoders.GeocodingContext.html | 4 ++-- docs/interfaces/geocoders.GeocodingResult.html | 14 +++++++------- docs/interfaces/geocoders.GoogleOptions.html | 10 +++++----- docs/interfaces/geocoders.GoogleResponse.html | 4 ++-- docs/interfaces/geocoders.HEREv2Response.html | 4 ++-- docs/interfaces/geocoders.HereOptions.html | 14 +++++++------- docs/interfaces/geocoders.IGeocoder.html | 8 ++++---- docs/interfaces/geocoders.LatLngOptions.html | 6 +++--- docs/interfaces/geocoders.MapQuestOptions.html | 10 +++++----- docs/interfaces/geocoders.MapboxOptions.html | 10 +++++----- docs/interfaces/geocoders.MapboxResponse.html | 4 ++-- docs/interfaces/geocoders.NeutrinoOptions.html | 10 +++++----- docs/interfaces/geocoders.NominatimAddress.html | 4 ++-- docs/interfaces/geocoders.NominatimOptions.html | 12 ++++++------ docs/interfaces/geocoders.NominatimResult.html | 4 ++-- docs/interfaces/geocoders.OpenCageOptions.html | 10 +++++----- .../geocoders.OpenLocationCodeApi.html | 4 ++-- .../geocoders.OpenLocationCodeOptions.html | 4 ++-- docs/interfaces/geocoders.PeliasOptions.html | 10 +++++----- docs/interfaces/geocoders.PhotonOptions.html | 10 +++++----- docs/interfaces/geocoders.What3WordsOptions.html | 10 +++++----- docs/types/geocoders.NominatimResponse.html | 2 +- docs/types/geocoders.PeliasResponse.html | 2 +- docs/types/geocoders.PhotonResponse.html | 2 +- docs/variables/geocoders.GeocodeEarth.html | 2 +- docs/variables/geocoders.Mapzen.html | 2 +- 73 files changed, 216 insertions(+), 216 deletions(-) diff --git a/docs/classes/Geocoder.html b/docs/classes/Geocoder.html index 9960be8..3fd83ad 100644 --- a/docs/classes/Geocoder.html +++ b/docs/classes/Geocoder.html @@ -1,5 +1,5 @@ Geocoder | leaflet-control-geocoder

This is the geocoder control. It works like any other Leaflet control, and is added to the map.

-

Hierarchy

  • EventedControl
    • Geocoder

Constructors

Hierarchy

  • EventedControl
    • Geocoder

Constructors

Properties

Methods

Constructors

  • Instantiates a geocoder control (to be invoked using new)

    Parameters

    • Optionaloptions: Partial<GeocoderControlOptions>

      the options

      -

    Returns Geocoder

Properties

options: GeocoderControlOptions = ...

Methods

  • Alias for on(...)

    +

Returns Geocoder

Properties

options: GeocoderControlOptions = ...

Methods

  • Alias for on(...)

    Adds a listener function (fn) to a particular event type of the object. You can optionally specify the context of the listener (object the this keyword will point to). You can also pass several space-separated types @@ -137,7 +137,7 @@

    Behaves as on(...), except the listener will only get fired once and then removed.

    Parameters

    • type: string
    • fn: LeafletEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Alias for once(...)

    Behaves as on(...), except the listener will only get fired once and then removed.

    -

    Parameters

    • eventMap: LeafletEventHandlerFnMap

    Returns this

  • Parameters

    • map: Map

    Returns this

  • Alias for off()

    +

    Parameters

    • eventMap: LeafletEventHandlerFnMap

    Returns this

  • Parameters

    • map: Map

    Returns this

  • Alias for off()

    Removes all listeners to all events on the object.

    Returns this

  • Fires an event of the specified type. You can optionally provide a data object — the first argument of the listener function will contain its properties. @@ -165,7 +165,7 @@

    Parameters

    • type: "tileunload" | "tileloadstart" | "tileload" | "tileabort"
    • fn: TileEventHandlerFn
    • Optionalcontext: any
    • Optionalpropagate: boolean

    Returns boolean

  • Returns true if a particular event type has any listeners attached to it.

    Parameters

    • type: "tileerror"
    • fn: TileEventHandlerFn
    • Optionalcontext: any
    • Optionalpropagate: boolean

    Returns boolean

  • Returns true if a particular event type has any listeners attached to it.

    Parameters

    • type: string
    • fn: LeafletEventHandlerFn
    • Optionalcontext: any
    • Optionalpropagate: boolean

    Returns boolean

  • Removes a previously added listener function. If no function is specified, +

    Parameters

    • event: MarkGeocodeEvent

    Returns Geocoder

  • Removes a previously added listener function. If no function is specified, it will remove all the listeners of that particular event from the object. Note that if you passed a custom context to on, you must pass the same context to off in order to remove the listener.

    @@ -288,10 +288,10 @@ keyword will point to). You can also pass several space-separated types (e.g. 'click dblclick').

    Parameters

    • type: string
    • fn: LeafletEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Adds a set of type/listener pairs, e.g. {click: onClick, mousemove: onMouseMove}

    -

    Parameters

    • eventMap: LeafletEventHandlerFnMap

    Returns this

  • Parameters

    • type: "markgeocode"
    • fn: MarkGeocodeEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Parameters

    • type: "startgeocode"
    • fn: StartGeocodeEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Parameters

    • type: "startsuggest"
    • fn: StartGeocodeEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Parameters

    • type: "finishsuggest"
    • fn: FinishGeocodeEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Parameters

    • type: "finishgeocode"
    • fn: FinishGeocodeEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Returns the container DOM element for the control and add listeners on relevant map events.

    +

    Parameters

    • eventMap: LeafletEventHandlerFnMap

    Returns this

  • Parameters

    • type: "markgeocode"
    • fn: MarkGeocodeEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Parameters

    • type: "startgeocode"
    • fn: StartGeocodeEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Parameters

    • type: "startsuggest"
    • fn: StartGeocodeEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Parameters

    • type: "finishsuggest"
    • fn: FinishGeocodeEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Parameters

    • type: "finishgeocode"
    • fn: FinishGeocodeEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Behaves as on(...), except the listener will only get fired once and then removed.

    +
  • Behaves as on(...), except the listener will only get fired once and then removed.

    Parameters

    • type: "baselayerchange" | "overlayadd" | "overlayremove"
    • fn: LayersControlEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Behaves as on(...), except the listener will only get fired once and then removed.

    Parameters

    • type: "layeradd" | "layerremove"
    • fn: LayerEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Behaves as on(...), except the listener will only get fired once and then removed.

    Parameters

    • type:
          | "zoom"
          | "zoomlevelschange"
          | "unload"
          | "viewreset"
          | "load"
          | "zoomstart"
          | "movestart"
          | "move"
          | "zoomend"
          | "moveend"
          | "autopanstart"
          | "dragstart"
          | "drag"
          | "add"
          | "remove"
          | "loading"
          | "error"
          | "update"
          | "down"
          | "predrag"
    • fn: LeafletEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Behaves as on(...), except the listener will only get fired once and then removed.

    @@ -385,6 +385,6 @@

    Parameters

    • type: string
    • Optionalfn: LeafletEventHandlerFn
    • Optionalcontext: any

    Returns this

  • Alias for off(...)

    Removes a set of type/listener pairs.

    Parameters

    • eventMap: LeafletEventHandlerFnMap

    Returns this

  • Removes an event parent, so it will stop receiving propagated events

    -

    Parameters

    • obj: Evented

    Returns this

  • Parameters

    • position: ControlPosition

    Returns this

  • Sets the query string on the text input

    +

    Parameters

    • obj: Evented

    Returns this

  • Parameters

    • position: ControlPosition

    Returns this

  • Sets the query string on the text input

    Parameters

    • string: string

      the query string

      -

    Returns this

+

Returns this

diff --git a/docs/classes/geocoders.ArcGis.html b/docs/classes/geocoders.ArcGis.html index f51b892..c89c201 100644 --- a/docs/classes/geocoders.ArcGis.html +++ b/docs/classes/geocoders.ArcGis.html @@ -1,14 +1,14 @@ ArcGis | leaflet-control-geocoder

Implementation of the ArcGIS geocoder

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: ArcGisOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: ArcGisOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

  • Performs a geocoding query suggestion (this happens while typing) and returns the results as promise

    +

Returns Promise<GeocodingResult[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.AzureMaps.html b/docs/classes/geocoders.AzureMaps.html index ddc5fd4..d93aa13 100644 --- a/docs/classes/geocoders.AzureMaps.html +++ b/docs/classes/geocoders.AzureMaps.html @@ -1,8 +1,8 @@ AzureMaps | leaflet-control-geocoder

Implements

Constructors

Implements

Constructors

Methods

Constructors

Methods

+

Constructors

Methods

diff --git a/docs/classes/geocoders.Bing.html b/docs/classes/geocoders.Bing.html index 048f141..a36b07c 100644 --- a/docs/classes/geocoders.Bing.html +++ b/docs/classes/geocoders.Bing.html @@ -2,13 +2,13 @@

Bing Maps for Enterprise is deprecated and will be retired. Free (Basic) account customers can continue to use Bing Maps for Enterprise services until June 30th, 2025. Enterprise account customers can continue to use Bing Maps for Enterprise services until June 30th, 2028.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: BingOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: BingOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.Google.html b/docs/classes/geocoders.Google.html index 15a8fe9..e329544 100644 --- a/docs/classes/geocoders.Google.html +++ b/docs/classes/geocoders.Google.html @@ -1,11 +1,11 @@ Google | leaflet-control-geocoder

An interface implemented to respond to geocoding queries

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: GoogleOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: GoogleOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.HERE.html b/docs/classes/geocoders.HERE.html index 8df6f1a..43eb532 100644 --- a/docs/classes/geocoders.HERE.html +++ b/docs/classes/geocoders.HERE.html @@ -1,12 +1,12 @@ HERE | leaflet-control-geocoder

Implementation of the HERE Geocoder API

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: HereOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: HereOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.HEREv2.html b/docs/classes/geocoders.HEREv2.html index 71e7da5..d6a3596 100644 --- a/docs/classes/geocoders.HEREv2.html +++ b/docs/classes/geocoders.HEREv2.html @@ -1,12 +1,12 @@ HEREv2 | leaflet-control-geocoder

Implementation of the new HERE Geocoder API

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: HereOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: HereOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.LatLng.html b/docs/classes/geocoders.LatLng.html index 26cf655..9df8e1d 100644 --- a/docs/classes/geocoders.LatLng.html +++ b/docs/classes/geocoders.LatLng.html @@ -1,7 +1,7 @@ LatLng | leaflet-control-geocoder

Parses basic latitude/longitude strings such as '50.06773 14.37742', 'N50.06773 W14.37742', 'S 50° 04.064 E 014° 22.645', or 'S 50° 4′ 03.828″, W 14° 22′ 38.712″'

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: LatLngOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: LatLngOptions = ...

Methods

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.MapQuest.html b/docs/classes/geocoders.MapQuest.html index 4ec4698..6750d76 100644 --- a/docs/classes/geocoders.MapQuest.html +++ b/docs/classes/geocoders.MapQuest.html @@ -1,12 +1,12 @@ MapQuest | leaflet-control-geocoder

Implementation of the MapQuest Geocoding API

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: MapQuestOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: MapQuestOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.Mapbox.html b/docs/classes/geocoders.Mapbox.html index 67d1c44..ea633e4 100644 --- a/docs/classes/geocoders.Mapbox.html +++ b/docs/classes/geocoders.Mapbox.html @@ -1,15 +1,15 @@ Mapbox | leaflet-control-geocoder

Implementation of the Mapbox Geocoding

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: MapboxOptions = ...

Methods

  • Parameters

    • loc: Feature

    Returns { address: string; text: string }

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: MapboxOptions = ...

Methods

  • Parameters

    • loc: Feature

    Returns { address: string; text: string }

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

  • Performs a geocoding query suggestion (this happens while typing) and returns the results as promise

    +

Returns Promise<GeocodingResult[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.Neutrino.html b/docs/classes/geocoders.Neutrino.html index b4b9a12..d66083b 100644 --- a/docs/classes/geocoders.Neutrino.html +++ b/docs/classes/geocoders.Neutrino.html @@ -1,14 +1,14 @@ Neutrino | leaflet-control-geocoder

Implementation of the Neutrino API

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: NeutrinoOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: NeutrinoOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

  • Performs a geocoding query suggestion (this happens while typing) and returns the results as promise

    +

Returns Promise<GeocodingResult[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.Nominatim.html b/docs/classes/geocoders.Nominatim.html index feee8ca..928e22b 100644 --- a/docs/classes/geocoders.Nominatim.html +++ b/docs/classes/geocoders.Nominatim.html @@ -1,13 +1,13 @@ Nominatim | leaflet-control-geocoder

Implementation of the Nominatim geocoder.

This is the default geocoding service used by the control, unless otherwise specified in the options.

Unless using your own Nominatim installation, please refer to the Nominatim usage policy.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: NominatimOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: NominatimOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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<
        {
            bbox: LatLngBounds;
            center: LatLng;
            html: undefined
            | string;
            name: string;
            properties: NominatimResult;
        }[],
    >

+

Returns Promise<
    {
        bbox: LatLngBounds;
        center: LatLng;
        html: undefined
        | string;
        name: string;
        properties: NominatimResult;
    }[],
>

diff --git a/docs/classes/geocoders.OpenCage.html b/docs/classes/geocoders.OpenCage.html index 1eb48a1..5cb58d7 100644 --- a/docs/classes/geocoders.OpenCage.html +++ b/docs/classes/geocoders.OpenCage.html @@ -1,14 +1,14 @@ OpenCage | leaflet-control-geocoder

Implementation of the OpenCage Data API

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: OpenCageOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: OpenCageOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

  • Performs a geocoding query suggestion (this happens while typing) and returns the results as promise

    +

Returns Promise<GeocodingResult[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.OpenLocationCode.html b/docs/classes/geocoders.OpenLocationCode.html index 5fa56ee..fa9c0ca 100644 --- a/docs/classes/geocoders.OpenLocationCode.html +++ b/docs/classes/geocoders.OpenLocationCode.html @@ -1,11 +1,11 @@ OpenLocationCode | leaflet-control-geocoder

Implementation of the Plus codes (formerly OpenLocationCode) (requires open-location-code)

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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<{ bbox: LatLngBounds; center: LatLng; name: string }[]>

+

Returns Promise<{ bbox: LatLngBounds; center: LatLng; name: string }[]>

diff --git a/docs/classes/geocoders.Openrouteservice.html b/docs/classes/geocoders.Openrouteservice.html index b53b53c..e1e9fe7 100644 --- a/docs/classes/geocoders.Openrouteservice.html +++ b/docs/classes/geocoders.Openrouteservice.html @@ -1,15 +1,15 @@ Openrouteservice | leaflet-control-geocoder

Implementation of the Openrouteservice geocoder

-

Hierarchy (View Summary)

Constructors

Hierarchy (View Summary)

Constructors

Properties

Methods

Constructors

Properties

options: PeliasOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: PeliasOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

  • Performs a geocoding query suggestion (this happens while typing) and returns the results as promise

    +

Returns Promise<GeocodingResult[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.Pelias.html b/docs/classes/geocoders.Pelias.html index 2e426ad..727801b 100644 --- a/docs/classes/geocoders.Pelias.html +++ b/docs/classes/geocoders.Pelias.html @@ -1,15 +1,15 @@ Pelias | leaflet-control-geocoder

Implementation of the Pelias, geocode.earth geocoder (formerly Mapzen Search)

-

Hierarchy (View Summary)

Implements

Constructors

Hierarchy (View Summary)

Implements

Constructors

Properties

Methods

Constructors

Properties

options: PeliasOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: PeliasOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

  • Performs a geocoding query suggestion (this happens while typing) and returns the results as promise

    +

Returns Promise<GeocodingResult[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.Photon.html b/docs/classes/geocoders.Photon.html index 6de5c51..567f486 100644 --- a/docs/classes/geocoders.Photon.html +++ b/docs/classes/geocoders.Photon.html @@ -1,16 +1,16 @@ Photon | leaflet-control-geocoder

Implementation of the Photon geocoder

-

Implements

Constructors

Implements

Constructors

Properties

options: PhotonOptions = ...

Methods

  • Parameters

    • f: Feature<Geometry, GeoJsonProperties>

    Returns string

Constructors

Properties

options: PhotonOptions = ...

Methods

  • Parameters

    • f: Feature<Geometry, GeoJsonProperties>

    Returns string

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

    +

Returns Promise<GeocodingResult[]>

  • Performs a geocoding query suggestion (this happens while typing) and returns the results as promise

    +

Returns Promise<GeocodingResult[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/classes/geocoders.What3Words.html b/docs/classes/geocoders.What3Words.html index c1900bf..c68b297 100644 --- a/docs/classes/geocoders.What3Words.html +++ b/docs/classes/geocoders.What3Words.html @@ -1,14 +1,14 @@ What3Words | leaflet-control-geocoder

Implementation of the What3Words service

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

options: What3WordsOptions = ...

Methods

  • Performs a geocoding query and returns the results as promise

    +

Constructors

Properties

options: What3WordsOptions = ...

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

  • Performs a geocoding query suggestion (this happens while typing) and returns the results as promise

    +

Returns Promise<GeocodingResult[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/functions/geocoder-1.html b/docs/functions/geocoder-1.html index a15e2ed..70a179f 100644 --- a/docs/functions/geocoder-1.html +++ b/docs/functions/geocoder-1.html @@ -1,3 +1,3 @@ geocoder | leaflet-control-geocoder
+

Returns Geocoder

diff --git a/docs/functions/geocoders.arcgis-1.html b/docs/functions/geocoders.arcgis-1.html index 8f83df9..1737dc1 100644 --- a/docs/functions/geocoders.arcgis-1.html +++ b/docs/functions/geocoders.arcgis-1.html @@ -1,3 +1,3 @@ arcgis | leaflet-control-geocoder
+

Returns ArcGis

diff --git a/docs/functions/geocoders.azure.html b/docs/functions/geocoders.azure.html index 6ebbcbe..a22cd2a 100644 --- a/docs/functions/geocoders.azure.html +++ b/docs/functions/geocoders.azure.html @@ -1,3 +1,3 @@ azure | leaflet-control-geocoder
+

Returns AzureMaps

diff --git a/docs/functions/geocoders.bing-1.html b/docs/functions/geocoders.bing-1.html index 3cf014f..73c862e 100644 --- a/docs/functions/geocoders.bing-1.html +++ b/docs/functions/geocoders.bing-1.html @@ -1,3 +1,3 @@ bing | leaflet-control-geocoder
+

Returns Bing

diff --git a/docs/functions/geocoders.geocodeEarth-1.html b/docs/functions/geocoders.geocodeEarth-1.html index e12849c..3272dd3 100644 --- a/docs/functions/geocoders.geocodeEarth-1.html +++ b/docs/functions/geocoders.geocodeEarth-1.html @@ -1,3 +1,3 @@ geocodeEarth | leaflet-control-geocoder
+

Returns Pelias

diff --git a/docs/functions/geocoders.geocodingParams.html b/docs/functions/geocoders.geocodingParams.html index a4908a5..8ebb682 100644 --- a/docs/functions/geocoders.geocodingParams.html +++ b/docs/functions/geocoders.geocodingParams.html @@ -1 +1 @@ -geocodingParams | leaflet-control-geocoder
+geocodingParams | leaflet-control-geocoder
diff --git a/docs/functions/geocoders.google-1.html b/docs/functions/geocoders.google-1.html index c5b8262..3acad5e 100644 --- a/docs/functions/geocoders.google-1.html +++ b/docs/functions/geocoders.google-1.html @@ -1,3 +1,3 @@ google | leaflet-control-geocoder
+

Returns Google

diff --git a/docs/functions/geocoders.here-1.html b/docs/functions/geocoders.here-1.html index 70015e9..6d1b553 100644 --- a/docs/functions/geocoders.here-1.html +++ b/docs/functions/geocoders.here-1.html @@ -1,3 +1,3 @@ here | leaflet-control-geocoder
+

Returns HERE | HEREv2

diff --git a/docs/functions/geocoders.latLng-1.html b/docs/functions/geocoders.latLng-1.html index 65cb55d..977ffa5 100644 --- a/docs/functions/geocoders.latLng-1.html +++ b/docs/functions/geocoders.latLng-1.html @@ -1,3 +1,3 @@ latLng | leaflet-control-geocoder
+

Returns LatLng

diff --git a/docs/functions/geocoders.mapQuest-1.html b/docs/functions/geocoders.mapQuest-1.html index 54b9088..6e5d511 100644 --- a/docs/functions/geocoders.mapQuest-1.html +++ b/docs/functions/geocoders.mapQuest-1.html @@ -1,3 +1,3 @@ mapQuest | leaflet-control-geocoder
+

Returns MapQuest

diff --git a/docs/functions/geocoders.mapbox-1.html b/docs/functions/geocoders.mapbox-1.html index 816c471..05378d4 100644 --- a/docs/functions/geocoders.mapbox-1.html +++ b/docs/functions/geocoders.mapbox-1.html @@ -1,3 +1,3 @@ mapbox | leaflet-control-geocoder
+

Returns Mapbox

diff --git a/docs/functions/geocoders.mapzen-1.html b/docs/functions/geocoders.mapzen-1.html index 6ca4e19..0f1fcd0 100644 --- a/docs/functions/geocoders.mapzen-1.html +++ b/docs/functions/geocoders.mapzen-1.html @@ -1,4 +1,4 @@ mapzen | leaflet-control-geocoder

r.i.p.

+

Returns Pelias

diff --git a/docs/functions/geocoders.neutrino-1.html b/docs/functions/geocoders.neutrino-1.html index c0f051f..bac8a7e 100644 --- a/docs/functions/geocoders.neutrino-1.html +++ b/docs/functions/geocoders.neutrino-1.html @@ -1,3 +1,3 @@ neutrino | leaflet-control-geocoder
+

Returns Neutrino

diff --git a/docs/functions/geocoders.nominatim-1.html b/docs/functions/geocoders.nominatim-1.html index 36d306d..e5958e6 100644 --- a/docs/functions/geocoders.nominatim-1.html +++ b/docs/functions/geocoders.nominatim-1.html @@ -1,3 +1,3 @@ nominatim | leaflet-control-geocoder
+

Returns Nominatim

diff --git a/docs/functions/geocoders.openLocationCode-1.html b/docs/functions/geocoders.openLocationCode-1.html index 403546e..4f97f91 100644 --- a/docs/functions/geocoders.openLocationCode-1.html +++ b/docs/functions/geocoders.openLocationCode-1.html @@ -1,3 +1,3 @@ openLocationCode | leaflet-control-geocoder
+

Returns OpenLocationCode

diff --git a/docs/functions/geocoders.opencage-1.html b/docs/functions/geocoders.opencage-1.html index 3537b80..c0cd36d 100644 --- a/docs/functions/geocoders.opencage-1.html +++ b/docs/functions/geocoders.opencage-1.html @@ -1 +1 @@ -opencage | leaflet-control-geocoder
+opencage | leaflet-control-geocoder
diff --git a/docs/functions/geocoders.openrouteservice-1.html b/docs/functions/geocoders.openrouteservice-1.html index 9a8f357..d5e1fb0 100644 --- a/docs/functions/geocoders.openrouteservice-1.html +++ b/docs/functions/geocoders.openrouteservice-1.html @@ -1,3 +1,3 @@ openrouteservice | leaflet-control-geocoder
+

Returns Openrouteservice

diff --git a/docs/functions/geocoders.parseLatLng.html b/docs/functions/geocoders.parseLatLng.html index 9665bf0..1b1ae40 100644 --- a/docs/functions/geocoders.parseLatLng.html +++ b/docs/functions/geocoders.parseLatLng.html @@ -1,4 +1,4 @@ parseLatLng | leaflet-control-geocoder
  • Parses basic latitude/longitude strings such as '50.06773 14.37742', 'N50.06773 W14.37742', 'S 50° 04.064 E 014° 22.645', or 'S 50° 4′ 03.828″, W 14° 22′ 38.712″'

    Parameters

    • query: string

      the latitude/longitude string to parse

    Returns L.LatLng | undefined

    the parsed latitude/longitude

    -
+
diff --git a/docs/functions/geocoders.pelias-1.html b/docs/functions/geocoders.pelias-1.html index 2066a48..f895b1a 100644 --- a/docs/functions/geocoders.pelias-1.html +++ b/docs/functions/geocoders.pelias-1.html @@ -1,3 +1,3 @@ pelias | leaflet-control-geocoder
+

Returns Pelias

diff --git a/docs/functions/geocoders.photon-1.html b/docs/functions/geocoders.photon-1.html index 1844557..9eff9a3 100644 --- a/docs/functions/geocoders.photon-1.html +++ b/docs/functions/geocoders.photon-1.html @@ -1,3 +1,3 @@ photon | leaflet-control-geocoder
+

Returns Photon

diff --git a/docs/functions/geocoders.reverseParams.html b/docs/functions/geocoders.reverseParams.html index cbedf51..1c0887f 100644 --- a/docs/functions/geocoders.reverseParams.html +++ b/docs/functions/geocoders.reverseParams.html @@ -1 +1 @@ -reverseParams | leaflet-control-geocoder
+reverseParams | leaflet-control-geocoder
diff --git a/docs/functions/geocoders.what3words-1.html b/docs/functions/geocoders.what3words-1.html index c310e37..5db4039 100644 --- a/docs/functions/geocoders.what3words-1.html +++ b/docs/functions/geocoders.what3words-1.html @@ -1,3 +1,3 @@ what3words | leaflet-control-geocoder
+

Returns What3Words

diff --git a/docs/interfaces/geocoders.ArcGisOptions.html b/docs/interfaces/geocoders.ArcGisOptions.html index e37bcfd..6fd0548 100644 --- a/docs/interfaces/geocoders.ArcGisOptions.html +++ b/docs/interfaces/geocoders.ArcGisOptions.html @@ -1,9 +1,9 @@ -ArcGisOptions | leaflet-control-geocoder
interface ArcGisOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey? +ArcGisOptions | leaflet-control-geocoder
interface ArcGisOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
diff --git a/docs/interfaces/geocoders.ArcGisResponse.html b/docs/interfaces/geocoders.ArcGisResponse.html index 21bd6a8..03cdb1d 100644 --- a/docs/interfaces/geocoders.ArcGisResponse.html +++ b/docs/interfaces/geocoders.ArcGisResponse.html @@ -1,3 +1,3 @@ -ArcGisResponse | leaflet-control-geocoder

Interface ArcGisResponseInternal

interface ArcGisResponse {
    candidates: Candidate[];
    spatialReference: { latestWkid: number; wkid: number };
}

Properties

candidates +ArcGisResponse | leaflet-control-geocoder

Interface ArcGisResponseInternal

interface ArcGisResponse {
    candidates: Candidate[];
    spatialReference: { latestWkid: number; wkid: number };
}

Properties

candidates: Candidate[]
spatialReference: { latestWkid: number; wkid: number }
+

Properties

candidates: Candidate[]
spatialReference: { latestWkid: number; wkid: number }
diff --git a/docs/interfaces/geocoders.AzureMapsOptions.html b/docs/interfaces/geocoders.AzureMapsOptions.html index 501bebe..bb20f2e 100644 --- a/docs/interfaces/geocoders.AzureMapsOptions.html +++ b/docs/interfaces/geocoders.AzureMapsOptions.html @@ -1,3 +1,3 @@ -AzureMapsOptions | leaflet-control-geocoder
interface AzureMapsOptions {
    apiKey: string;
    serviceUrl: string;
}

Properties

apiKey +AzureMapsOptions | leaflet-control-geocoder
interface AzureMapsOptions {
    apiKey: string;
    serviceUrl: string;
}

Properties

Properties

apiKey: string
serviceUrl: string
+

Properties

apiKey: string
serviceUrl: string
diff --git a/docs/interfaces/geocoders.AzureMapsResponse.html b/docs/interfaces/geocoders.AzureMapsResponse.html index 3785352..56e7a69 100644 --- a/docs/interfaces/geocoders.AzureMapsResponse.html +++ b/docs/interfaces/geocoders.AzureMapsResponse.html @@ -1,3 +1,3 @@ -AzureMapsResponse | leaflet-control-geocoder

Interface AzureMapsResponseInternal

interface AzureMapsResponse {
    results: Result[];
    summary: Summary;
}

Properties

results +AzureMapsResponse | leaflet-control-geocoder

Interface AzureMapsResponseInternal

interface AzureMapsResponse {
    results: Result[];
    summary: Summary;
}

Properties

Properties

results: Result[]
summary: Summary
+

Properties

results: Result[]
summary: Summary
diff --git a/docs/interfaces/geocoders.BingOptions.html b/docs/interfaces/geocoders.BingOptions.html index 84df509..1825af0 100644 --- a/docs/interfaces/geocoders.BingOptions.html +++ b/docs/interfaces/geocoders.BingOptions.html @@ -1,9 +1,9 @@ -BingOptions | leaflet-control-geocoder
interface BingOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey? +BingOptions | leaflet-control-geocoder
interface BingOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
diff --git a/docs/interfaces/geocoders.CodeArea.html b/docs/interfaces/geocoders.CodeArea.html index 691c3a9..bb5c0c2 100644 --- a/docs/interfaces/geocoders.CodeArea.html +++ b/docs/interfaces/geocoders.CodeArea.html @@ -1,8 +1,8 @@ -CodeArea | leaflet-control-geocoder
interface CodeArea {
    codeLength: number;
    latitudeCenter: number;
    latitudeHi: number;
    latitudeLo: number;
    longitudeCenter: number;
    longitudeHi: number;
    longitudeLo: number;
}

Properties

codeLength +CodeArea | leaflet-control-geocoder
interface CodeArea {
    codeLength: number;
    latitudeCenter: number;
    latitudeHi: number;
    latitudeLo: number;
    longitudeCenter: number;
    longitudeHi: number;
    longitudeLo: number;
}

Properties

codeLength: number
latitudeCenter: number
latitudeHi: number
latitudeLo: number
longitudeCenter: number
longitudeHi: number
longitudeLo: number
+

Properties

codeLength: number
latitudeCenter: number
latitudeHi: number
latitudeLo: number
longitudeCenter: number
longitudeHi: number
longitudeLo: number
diff --git a/docs/interfaces/geocoders.GeocoderOptions.html b/docs/interfaces/geocoders.GeocoderOptions.html index 41691a4..ad1d3e8 100644 --- a/docs/interfaces/geocoders.GeocoderOptions.html +++ b/docs/interfaces/geocoders.GeocoderOptions.html @@ -1,9 +1,9 @@ -GeocoderOptions | leaflet-control-geocoder
interface GeocoderOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey? +GeocoderOptions | leaflet-control-geocoder
interface GeocoderOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
diff --git a/docs/interfaces/geocoders.GeocodingContext.html b/docs/interfaces/geocoders.GeocodingContext.html index e882ddd..36c9406 100644 --- a/docs/interfaces/geocoders.GeocodingContext.html +++ b/docs/interfaces/geocoders.GeocodingContext.html @@ -1,4 +1,4 @@ GeocodingContext | leaflet-control-geocoder

Context for geocoding operations

-
interface GeocodingContext {
    map: Map;
}

Properties

map +
interface GeocodingContext {
    map: Map;
}

Properties

Properties

map: Map

The map instance

-
+
diff --git a/docs/interfaces/geocoders.GeocodingResult.html b/docs/interfaces/geocoders.GeocodingResult.html index 051f951..cc25d63 100644 --- a/docs/interfaces/geocoders.GeocodingResult.html +++ b/docs/interfaces/geocoders.GeocodingResult.html @@ -1,14 +1,14 @@ GeocodingResult | leaflet-control-geocoder

An object that represents a result from a geocoding query

-
interface GeocodingResult {
    bbox: LatLngBounds;
    center: LatLng;
    html?: string;
    icon?: string;
    name: string;
    properties?: any;
}

Properties

interface GeocodingResult {
    bbox: LatLngBounds;
    center: LatLng;
    html?: string;
    icon?: string;
    name: string;
    properties?: any;
}

Properties

bbox: LatLngBounds

The bounds of the location

-
center: LatLng

The center coordinate of the location

-
html?: string

HTML formatted representation of the name

-
icon?: string

URL for icon representing result; optional

-
name: string

Name of found location

-
properties?: any

Additional properties returned by the geocoder

-
+
center: LatLng

The center coordinate of the location

+
html?: string

HTML formatted representation of the name

+
icon?: string

URL for icon representing result; optional

+
name: string

Name of found location

+
properties?: any

Additional properties returned by the geocoder

+
diff --git a/docs/interfaces/geocoders.GoogleOptions.html b/docs/interfaces/geocoders.GoogleOptions.html index 45f4e5f..7bd8537 100644 --- a/docs/interfaces/geocoders.GoogleOptions.html +++ b/docs/interfaces/geocoders.GoogleOptions.html @@ -1,10 +1,10 @@ GoogleOptions | leaflet-control-geocoder

Implementation of the Google Geocoding API

-
interface GoogleOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

interface GoogleOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
diff --git a/docs/interfaces/geocoders.GoogleResponse.html b/docs/interfaces/geocoders.GoogleResponse.html index 78bd775..5d9e80c 100644 --- a/docs/interfaces/geocoders.GoogleResponse.html +++ b/docs/interfaces/geocoders.GoogleResponse.html @@ -1,3 +1,3 @@ -GoogleResponse | leaflet-control-geocoder

Interface GoogleResponseInternal

interface GoogleResponse {
    results: Result[];
    status: string;
}

Properties

results +GoogleResponse | leaflet-control-geocoder

Interface GoogleResponseInternal

interface GoogleResponse {
    results: Result[];
    status: string;
}

Properties

Properties

results: Result[]
status: string
+

Properties

results: Result[]
status: string
diff --git a/docs/interfaces/geocoders.HEREv2Response.html b/docs/interfaces/geocoders.HEREv2Response.html index 4577413..4517bd9 100644 --- a/docs/interfaces/geocoders.HEREv2Response.html +++ b/docs/interfaces/geocoders.HEREv2Response.html @@ -1,2 +1,2 @@ -HEREv2Response | leaflet-control-geocoder

Interface HEREv2ResponseInternal

interface HEREv2Response {
    items: Item[];
}

Properties

Properties

items: Item[]
+HEREv2Response | leaflet-control-geocoder

Interface HEREv2ResponseInternal

interface HEREv2Response {
    items: Item[];
}

Properties

Properties

items: Item[]
diff --git a/docs/interfaces/geocoders.HereOptions.html b/docs/interfaces/geocoders.HereOptions.html index a87d61e..cad6b3f 100644 --- a/docs/interfaces/geocoders.HereOptions.html +++ b/docs/interfaces/geocoders.HereOptions.html @@ -1,4 +1,4 @@ -HereOptions | leaflet-control-geocoder
interface HereOptions {
    apiKey: string;
    app_code: string;
    app_id: string;
    geocodingQueryParams?: Record<string, unknown>;
    maxResults: number;
    reverseGeocodeProxRadius?: any;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey +HereOptions | leaflet-control-geocoder
interface HereOptions {
    apiKey: string;
    app_code: string;
    app_id: string;
    geocodingQueryParams?: Record<string, unknown>;
    maxResults: number;
    reverseGeocodeProxRadius?: any;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey: string

API key to use this service

-
app_code: string

Use apiKey and the new HEREv2 geocoder

-
app_id: string

Use apiKey and the new HEREv2 geocoder

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
maxResults: number
reverseGeocodeProxRadius?: any
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
+
app_code: string

Use apiKey and the new HEREv2 geocoder

+
app_id: string

Use apiKey and the new HEREv2 geocoder

+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
maxResults: number
reverseGeocodeProxRadius?: any
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
diff --git a/docs/interfaces/geocoders.IGeocoder.html b/docs/interfaces/geocoders.IGeocoder.html index 5efae9c..286d49d 100644 --- a/docs/interfaces/geocoders.IGeocoder.html +++ b/docs/interfaces/geocoders.IGeocoder.html @@ -1,14 +1,14 @@ IGeocoder | leaflet-control-geocoder

An interface implemented to respond to geocoding queries

-
interface IGeocoder {
    geocode(
        query: string,
        context?: GeocodingContext,
    ): Promise<GeocodingResult[]>;
    reverse(location: LatLngLiteral, scale: number): Promise<GeocodingResult[]>;
    suggest(
        query: string,
        context?: GeocodingContext,
    ): Promise<GeocodingResult[]>;
}

Implemented by

Methods

interface IGeocoder {
    geocode(
        query: string,
        context?: GeocodingContext,
    ): Promise<GeocodingResult[]>;
    reverse(location: LatLngLiteral, scale: number): Promise<GeocodingResult[]>;
    suggest(
        query: string,
        context?: GeocodingContext,
    ): Promise<GeocodingResult[]>;
}

Implemented by

Methods

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

    +

Returns Promise<GeocodingResult[]>

  • 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[]>

  • Performs a geocoding query suggestion (this happens while typing) and returns the results as promise

    +

Returns Promise<GeocodingResult[]>

+

Returns Promise<GeocodingResult[]>

diff --git a/docs/interfaces/geocoders.LatLngOptions.html b/docs/interfaces/geocoders.LatLngOptions.html index 93ce83a..7636216 100644 --- a/docs/interfaces/geocoders.LatLngOptions.html +++ b/docs/interfaces/geocoders.LatLngOptions.html @@ -1,5 +1,5 @@ -LatLngOptions | leaflet-control-geocoder
interface LatLngOptions {
    next?: IGeocoder;
    sizeInMeters: number;
}

Properties

next? +LatLngOptions | leaflet-control-geocoder
interface LatLngOptions {
    next?: IGeocoder;
    sizeInMeters: number;
}

Properties

Properties

next?: IGeocoder

The next geocoder to use for non-supported queries

-
sizeInMeters: number

The size in meters used for passing to LatLng.toBounds

-
+
sizeInMeters: number

The size in meters used for passing to LatLng.toBounds

+
diff --git a/docs/interfaces/geocoders.MapQuestOptions.html b/docs/interfaces/geocoders.MapQuestOptions.html index bbee46a..6753ada 100644 --- a/docs/interfaces/geocoders.MapQuestOptions.html +++ b/docs/interfaces/geocoders.MapQuestOptions.html @@ -1,9 +1,9 @@ -MapQuestOptions | leaflet-control-geocoder
interface MapQuestOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey? +MapQuestOptions | leaflet-control-geocoder
interface MapQuestOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
diff --git a/docs/interfaces/geocoders.MapboxOptions.html b/docs/interfaces/geocoders.MapboxOptions.html index 7643f5c..774f512 100644 --- a/docs/interfaces/geocoders.MapboxOptions.html +++ b/docs/interfaces/geocoders.MapboxOptions.html @@ -1,9 +1,9 @@ -MapboxOptions | leaflet-control-geocoder
interface MapboxOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey? +MapboxOptions | leaflet-control-geocoder
interface MapboxOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
diff --git a/docs/interfaces/geocoders.MapboxResponse.html b/docs/interfaces/geocoders.MapboxResponse.html index 898bf18..189e1c0 100644 --- a/docs/interfaces/geocoders.MapboxResponse.html +++ b/docs/interfaces/geocoders.MapboxResponse.html @@ -1,5 +1,5 @@ -MapboxResponse | leaflet-control-geocoder

Interface MapboxResponseInternal

interface MapboxResponse {
    attribution: string;
    features: Feature[];
    query: string[];
    type: string;
}

Properties

attribution +MapboxResponse | leaflet-control-geocoder

Interface MapboxResponseInternal

interface MapboxResponse {
    attribution: string;
    features: Feature[];
    query: string[];
    type: string;
}

Properties

attribution: string
features: Feature[]
query: string[]
type: string
+

Properties

attribution: string
features: Feature[]
query: string[]
type: string
diff --git a/docs/interfaces/geocoders.NeutrinoOptions.html b/docs/interfaces/geocoders.NeutrinoOptions.html index 1b8af65..9e62dee 100644 --- a/docs/interfaces/geocoders.NeutrinoOptions.html +++ b/docs/interfaces/geocoders.NeutrinoOptions.html @@ -1,10 +1,10 @@ -NeutrinoOptions | leaflet-control-geocoder
interface NeutrinoOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
    userId: string;
}

Hierarchy (View Summary)

Properties

apiKey? +NeutrinoOptions | leaflet-control-geocoder
interface NeutrinoOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
    userId: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
userId: string
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
userId: string
diff --git a/docs/interfaces/geocoders.NominatimAddress.html b/docs/interfaces/geocoders.NominatimAddress.html index 19d6b4b..2c49313 100644 --- a/docs/interfaces/geocoders.NominatimAddress.html +++ b/docs/interfaces/geocoders.NominatimAddress.html @@ -1,4 +1,4 @@ -NominatimAddress | leaflet-control-geocoder
interface NominatimAddress {
    building?: string;
    city?: string;
    city_district?: string;
    country?: string;
    country_code?: string;
    county?: string;
    hamlet?: string;
    house_number?: string;
    neighbourhood?: string;
    postcode?: string;
    road?: string;
    state?: string;
    state_district?: string;
    suburb?: string;
    village?: string;
}

Properties

building? +NominatimAddress | leaflet-control-geocoder
interface NominatimAddress {
    building?: string;
    city?: string;
    city_district?: string;
    country?: string;
    country_code?: string;
    county?: string;
    hamlet?: string;
    house_number?: string;
    neighbourhood?: string;
    postcode?: string;
    road?: string;
    state?: string;
    state_district?: string;
    suburb?: string;
    village?: string;
}

Properties

building?: string
city?: string
city_district?: string
country?: string
country_code?: string
county?: string
hamlet?: string
house_number?: string
neighbourhood?: string
postcode?: string
road?: string
state?: string
state_district?: string
suburb?: string
village?: string
+

Properties

building?: string
city?: string
city_district?: string
country?: string
country_code?: string
county?: string
hamlet?: string
house_number?: string
neighbourhood?: string
postcode?: string
road?: string
state?: string
state_district?: string
suburb?: string
village?: string
diff --git a/docs/interfaces/geocoders.NominatimOptions.html b/docs/interfaces/geocoders.NominatimOptions.html index 6456c37..d5ed779 100644 --- a/docs/interfaces/geocoders.NominatimOptions.html +++ b/docs/interfaces/geocoders.NominatimOptions.html @@ -1,11 +1,11 @@ -NominatimOptions | leaflet-control-geocoder
interface NominatimOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    htmlTemplate: (r: NominatimResult) => string;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey? +NominatimOptions | leaflet-control-geocoder
interface NominatimOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    htmlTemplate: (r: NominatimResult) => string;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests; can be used to restrict results to a specific country for example, by providing the countrycodes parameter to Nominatim

-
htmlTemplate: (r: NominatimResult) => string

A function that takes an GeocodingResult as argument and returns an HTML formatted string that represents the result. Default function breaks up address in parts from most to least specific, in attempt to increase readability compared to Nominatim's naming

-
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests; can be used to restrict results to a specific country for example, by providing the countrycodes parameter to Nominatim

+
htmlTemplate: (r: NominatimResult) => string

A function that takes an GeocodingResult as argument and returns an HTML formatted string that represents the result. Default function breaks up address in parts from most to least specific, in attempt to increase readability compared to Nominatim's naming

+
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
diff --git a/docs/interfaces/geocoders.NominatimResult.html b/docs/interfaces/geocoders.NominatimResult.html index 210c9d2..2f344c9 100644 --- a/docs/interfaces/geocoders.NominatimResult.html +++ b/docs/interfaces/geocoders.NominatimResult.html @@ -1,4 +1,4 @@ -NominatimResult | leaflet-control-geocoder
interface NominatimResult {
    address: NominatimAddress;
    boundingbox: string[];
    class?: string;
    display_name: string;
    icon?: string;
    importance?: number;
    lat: string;
    licence: string;
    lon: string;
    osm_id: number;
    osm_type: string;
    place_id: number;
    type?: string;
}

Properties

address +NominatimResult | leaflet-control-geocoder
interface NominatimResult {
    address: NominatimAddress;
    boundingbox: string[];
    class?: string;
    display_name: string;
    icon?: string;
    importance?: number;
    lat: string;
    licence: string;
    lon: string;
    osm_id: number;
    osm_type: string;
    place_id: number;
    type?: string;
}

Properties

boundingbox: string[]
class?: string
display_name: string
icon?: string
importance?: number
lat: string
licence: string
lon: string
osm_id: number
osm_type: string
place_id: number
type?: string
+

Properties

boundingbox: string[]
class?: string
display_name: string
icon?: string
importance?: number
lat: string
licence: string
lon: string
osm_id: number
osm_type: string
place_id: number
type?: string
diff --git a/docs/interfaces/geocoders.OpenCageOptions.html b/docs/interfaces/geocoders.OpenCageOptions.html index e95673d..1f99ffc 100644 --- a/docs/interfaces/geocoders.OpenCageOptions.html +++ b/docs/interfaces/geocoders.OpenCageOptions.html @@ -1,9 +1,9 @@ -OpenCageOptions | leaflet-control-geocoder
interface OpenCageOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey? +OpenCageOptions | leaflet-control-geocoder
interface OpenCageOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
diff --git a/docs/interfaces/geocoders.OpenLocationCodeApi.html b/docs/interfaces/geocoders.OpenLocationCodeApi.html index 9993880..a5fc848 100644 --- a/docs/interfaces/geocoders.OpenLocationCodeApi.html +++ b/docs/interfaces/geocoders.OpenLocationCodeApi.html @@ -1,3 +1,3 @@ -OpenLocationCodeApi | leaflet-control-geocoder
interface OpenLocationCodeApi {
    decode(code: string): CodeArea;
    encode(latitude: number, longitude: number, codeLength?: number): string;
}

Methods

decode +OpenLocationCodeApi | leaflet-control-geocoder
interface OpenLocationCodeApi {
    decode(code: string): CodeArea;
    encode(latitude: number, longitude: number, codeLength?: number): string;
}

Methods

Methods

  • Parameters

    • latitude: number
    • longitude: number
    • OptionalcodeLength: number

    Returns string

+

Methods

  • Parameters

    • latitude: number
    • longitude: number
    • OptionalcodeLength: number

    Returns string

diff --git a/docs/interfaces/geocoders.OpenLocationCodeOptions.html b/docs/interfaces/geocoders.OpenLocationCodeOptions.html index 290c8ce..ce2d0be 100644 --- a/docs/interfaces/geocoders.OpenLocationCodeOptions.html +++ b/docs/interfaces/geocoders.OpenLocationCodeOptions.html @@ -1,3 +1,3 @@ -OpenLocationCodeOptions | leaflet-control-geocoder
interface OpenLocationCodeOptions {
    codeLength?: number;
    OpenLocationCode: OpenLocationCodeApi;
}

Properties

codeLength? +OpenLocationCodeOptions | leaflet-control-geocoder
interface OpenLocationCodeOptions {
    codeLength?: number;
    OpenLocationCode: OpenLocationCodeApi;
}

Properties

codeLength?: number
OpenLocationCode: OpenLocationCodeApi
+

Properties

codeLength?: number
OpenLocationCode: OpenLocationCodeApi
diff --git a/docs/interfaces/geocoders.PeliasOptions.html b/docs/interfaces/geocoders.PeliasOptions.html index 179cd1f..208bc85 100644 --- a/docs/interfaces/geocoders.PeliasOptions.html +++ b/docs/interfaces/geocoders.PeliasOptions.html @@ -1,9 +1,9 @@ -PeliasOptions | leaflet-control-geocoder
interface PeliasOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey? +PeliasOptions | leaflet-control-geocoder
interface PeliasOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
diff --git a/docs/interfaces/geocoders.PhotonOptions.html b/docs/interfaces/geocoders.PhotonOptions.html index df3f6b4..29fbbd3 100644 --- a/docs/interfaces/geocoders.PhotonOptions.html +++ b/docs/interfaces/geocoders.PhotonOptions.html @@ -1,4 +1,4 @@ -PhotonOptions | leaflet-control-geocoder
interface PhotonOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    htmlTemplate?: (r: any) => string;
    nameProperties: string[];
    reverseQueryParams?: Record<string, unknown>;
    reverseUrl: string;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey? +PhotonOptions | leaflet-control-geocoder
interface PhotonOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    htmlTemplate?: (r: any) => string;
    nameProperties: string[];
    reverseQueryParams?: Record<string, unknown>;
    reverseUrl: string;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
htmlTemplate?: (r: any) => string
nameProperties: string[]
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
reverseUrl: string
serviceUrl: string

URL of the service

-
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
htmlTemplate?: (r: any) => string
nameProperties: string[]
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
reverseUrl: string
serviceUrl: string

URL of the service

+
diff --git a/docs/interfaces/geocoders.What3WordsOptions.html b/docs/interfaces/geocoders.What3WordsOptions.html index 01b98d9..55eea1b 100644 --- a/docs/interfaces/geocoders.What3WordsOptions.html +++ b/docs/interfaces/geocoders.What3WordsOptions.html @@ -1,9 +1,9 @@ -What3WordsOptions | leaflet-control-geocoder
interface What3WordsOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey? +What3WordsOptions | leaflet-control-geocoder
interface What3WordsOptions {
    apiKey?: string;
    geocodingQueryParams?: Record<string, unknown>;
    reverseQueryParams?: Record<string, unknown>;
    serviceUrl: string;
}

Hierarchy (View Summary)

Properties

apiKey?: string

API key to use this service

-
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

-
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

-
serviceUrl: string

URL of the service

-
+
geocodingQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

+
reverseQueryParams?: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

+
serviceUrl: string

URL of the service

+
diff --git a/docs/types/geocoders.NominatimResponse.html b/docs/types/geocoders.NominatimResponse.html index a59416b..82d34f8 100644 --- a/docs/types/geocoders.NominatimResponse.html +++ b/docs/types/geocoders.NominatimResponse.html @@ -1 +1 @@ -NominatimResponse | leaflet-control-geocoder
+NominatimResponse | leaflet-control-geocoder
diff --git a/docs/types/geocoders.PeliasResponse.html b/docs/types/geocoders.PeliasResponse.html index 40d7639..9d30ffb 100644 --- a/docs/types/geocoders.PeliasResponse.html +++ b/docs/types/geocoders.PeliasResponse.html @@ -1 +1 @@ -PeliasResponse | leaflet-control-geocoder

Type Alias PeliasResponseInternal

PeliasResponse: GeoJSON.FeatureCollection<GeoJSON.Geometry, Properties> & {
    geocoding: Geocoding;
}
+PeliasResponse | leaflet-control-geocoder

Type Alias PeliasResponseInternal

PeliasResponse: GeoJSON.FeatureCollection<GeoJSON.Geometry, Properties> & {
    geocoding: Geocoding;
}
diff --git a/docs/types/geocoders.PhotonResponse.html b/docs/types/geocoders.PhotonResponse.html index e781ae9..79652de 100644 --- a/docs/types/geocoders.PhotonResponse.html +++ b/docs/types/geocoders.PhotonResponse.html @@ -1 +1 @@ -PhotonResponse | leaflet-control-geocoder

Type Alias PhotonResponseInternal

PhotonResponse: GeoJSON.FeatureCollection<GeoJSON.Geometry, PhotonProperties>
+PhotonResponse | leaflet-control-geocoder

Type Alias PhotonResponseInternal

PhotonResponse: GeoJSON.FeatureCollection<GeoJSON.Geometry, PhotonProperties>
diff --git a/docs/variables/geocoders.GeocodeEarth.html b/docs/variables/geocoders.GeocodeEarth.html index 6752456..41f4293 100644 --- a/docs/variables/geocoders.GeocodeEarth.html +++ b/docs/variables/geocoders.GeocodeEarth.html @@ -1 +1 @@ -GeocodeEarth | leaflet-control-geocoder
GeocodeEarth: typeof Pelias = Pelias
+GeocodeEarth | leaflet-control-geocoder
GeocodeEarth: typeof Pelias = Pelias
diff --git a/docs/variables/geocoders.Mapzen.html b/docs/variables/geocoders.Mapzen.html index db3242d..3df172e 100644 --- a/docs/variables/geocoders.Mapzen.html +++ b/docs/variables/geocoders.Mapzen.html @@ -1,2 +1,2 @@ Mapzen | leaflet-control-geocoder
Mapzen: typeof Pelias = Pelias

r.i.p.

-
+