UNPKG

@stadiamaps/api

Version:
28 lines 1.11 kB
/** * Stadia Maps Geospatial APIs * The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications. * * The version of the OpenAPI document: 10.0.1 * Contact: support@stadiamaps.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const TravelMode: { readonly Drive: "drive"; readonly Pedestrian: "pedestrian"; readonly Bicycle: "bicycle"; readonly Transit: "transit"; }; export type TravelMode = (typeof TravelMode)[keyof typeof TravelMode]; export declare function instanceOfTravelMode(value: any): boolean; export declare function TravelModeFromJSON(json: any): TravelMode; export declare function TravelModeFromJSONTyped(json: any, ignoreDiscriminator: boolean): TravelMode; export declare function TravelModeToJSON(value?: TravelMode | null): any; export declare function TravelModeToJSONTyped(value: any, ignoreDiscriminator: boolean): TravelMode; //# sourceMappingURL=TravelMode.d.ts.map