Interface ngeoRoutingOptions

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

Properties

backendUrl?: string
profiles?: RoutingProfile[]