@nativescript-community/ui-massifmaps
    Preparing search index...

    Interface ValhallaOnlineRoutingServiceOptions

    interface ValhallaOnlineRoutingServiceOptions {
        apiKey?: string;
        customServiceURL?: string;
        httpHeaders?: { [k: string]: string };
        profile?: ValhallaProfile;
        timeout?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    apiKey?: string
    customServiceURL?: string
    httpHeaders?: { [k: string]: string }
    profile?: ValhallaProfile
    timeout?: number