interface ValhallaOnlineRoutingServiceOptions {
    apiKey: string;
    customServiceURL?: string;
    profile?: ValhallaProfile;
}

Hierarchy (view full)

Properties

apiKey: string
customServiceURL?: string
profile?: ValhallaProfile

Generated using TypeDoc