We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fb500 commit 2159900Copy full SHA for 2159900
src/ui-carto/routing/index.d.ts
@@ -103,6 +103,7 @@ export interface ValhallaOnlineRoutingServiceOptions extends ValhallaRoutingServ
103
customServiceURL?: string;
104
}
105
export class ValhallaOnlineRoutingService extends ValhallaRoutingService<any, ValhallaOnlineRoutingServiceOptions> {
106
+ customServiceURL: string;
107
profile: ValhallaProfile;
108
109
0 commit comments