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

Hierarchy (View Summary)

Properties

apiKey?: string
customServiceURL?: string
profile?: ValhallaProfile