@igo2/core
Version:
37 lines (36 loc) • 1.04 kB
TypeScript
export interface RouteServiceOptions {
centerKey?: string;
zoomKey?: string;
projectionKey?: string;
contextKey?: string;
searchKey?: string;
visibleOnLayersKey?: string;
visibleOffLayersKey?: string;
directionsCoordKey?: string;
directionsOptionsKey?: string;
toolKey?: string;
wmsUrlKey?: string;
wmsLayersKey?: string;
wmtsUrlKey?: string;
wmtsLayersKey?: string;
arcgisUrlKey?: string;
arcgisLayersKey?: string;
iarcgisUrlKey?: string;
iarcgisLayersKey?: string;
tarcgisUrlKey?: string;
tarcgisLayersKey?: string;
vectorKey?: string;
zoomExtentKey?: string;
exactMatchKey?: string;
focusFirstResultKey?: string;
searchGeomKey?: string;
sidenavKey?: string;
urlsKey?: string;
languageKey?: string;
positionKey?: string;
layersKey?: string;
groupsKey?: string;
rotationKey?: string;
}
export declare const ROUTE_OPTIONS: RouteServiceOptions;
export declare const LEGACY_ROUTE_OPTIONS: RouteServiceOptions;