UNPKG

@stadiamaps/api

Version:
34 lines 1.48 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 IsochroneCostingModel: { readonly Auto: "auto"; readonly Bus: "bus"; readonly Taxi: "taxi"; readonly Truck: "truck"; readonly Bicycle: "bicycle"; readonly Bikeshare: "bikeshare"; readonly MotorScooter: "motor_scooter"; readonly Motorcycle: "motorcycle"; readonly Pedestrian: "pedestrian"; readonly LowSpeedVehicle: "low_speed_vehicle"; }; export type IsochroneCostingModel = (typeof IsochroneCostingModel)[keyof typeof IsochroneCostingModel]; export declare function instanceOfIsochroneCostingModel(value: any): boolean; export declare function IsochroneCostingModelFromJSON(json: any): IsochroneCostingModel; export declare function IsochroneCostingModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): IsochroneCostingModel; export declare function IsochroneCostingModelToJSON(value?: IsochroneCostingModel | null): any; export declare function IsochroneCostingModelToJSONTyped(value: any, ignoreDiscriminator: boolean): IsochroneCostingModel; //# sourceMappingURL=IsochroneCostingModel.d.ts.map