Interface ngeoRoutingOptions

interface ngeoRoutingOptions {
    backendUrl: string;
    profiles: RoutingProfile[];
}

Properties

Properties

backendUrl: string
profiles: RoutingProfile[]