leaflet-control-geocoder
    Preparing search index...

    Interface HereOptions

    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)

    Index

    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