Defines the options for creating a Geocoder instance.

interface GeocoderOptions {
    providers: BaseProvider<BaseProviderOptions>[];
}

Properties

Properties

An array of providers to be used for geocoding.

MMNEPVFCICPMFPCPTTAAATR