interface SGREOfflineRoutingServiceOptions {
    config: any;
    features: FeatureCollection<DefaultLatLonKeys>;
    projection: Projection;
}

Properties

config: any
features: FeatureCollection<DefaultLatLonKeys>
projection: Projection

Generated using TypeDoc