@stadiamaps/api
Version:
Stadia Maps Geospatial APIs
34 lines • 1.44 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.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 MatrixCostingModel: {
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 MatrixCostingModel = (typeof MatrixCostingModel)[keyof typeof MatrixCostingModel];
export declare function instanceOfMatrixCostingModel(value: any): boolean;
export declare function MatrixCostingModelFromJSON(json: any): MatrixCostingModel;
export declare function MatrixCostingModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): MatrixCostingModel;
export declare function MatrixCostingModelToJSON(value?: MatrixCostingModel | null): any;
export declare function MatrixCostingModelToJSONTyped(value: any, ignoreDiscriminator: boolean): MatrixCostingModel;
//# sourceMappingURL=MatrixCostingModel.d.ts.map