@stadiamaps/api
Version:
Stadia Maps Geospatial APIs
34 lines • 1.46 kB
TypeScript
/**
* 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.1.2
* 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 MapMatchCostingModel: {
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 MapMatchCostingModel = (typeof MapMatchCostingModel)[keyof typeof MapMatchCostingModel];
export declare function instanceOfMapMatchCostingModel(value: any): boolean;
export declare function MapMatchCostingModelFromJSON(json: any): MapMatchCostingModel;
export declare function MapMatchCostingModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): MapMatchCostingModel;
export declare function MapMatchCostingModelToJSON(value?: MapMatchCostingModel | null): any;
export declare function MapMatchCostingModelToJSONTyped(value: any, ignoreDiscriminator: boolean): MapMatchCostingModel;
//# sourceMappingURL=MapMatchCostingModel.d.ts.map