NextGIS Frontend
    Preparing search index...

    Interface GeocoderOptions

    Defines the options for creating a Geocoder instance.

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

    Properties

    Properties

    An array of providers to be used for geocoding.