UNPKG

@stadiamaps/api

Version:
26 lines 1.12 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 RoutingLongUnits: { readonly Miles: "miles"; readonly Kilometers: "kilometers"; }; export type RoutingLongUnits = (typeof RoutingLongUnits)[keyof typeof RoutingLongUnits]; export declare function instanceOfRoutingLongUnits(value: any): boolean; export declare function RoutingLongUnitsFromJSON(json: any): RoutingLongUnits; export declare function RoutingLongUnitsFromJSONTyped(json: any, ignoreDiscriminator: boolean): RoutingLongUnits; export declare function RoutingLongUnitsToJSON(value?: RoutingLongUnits | null): any; export declare function RoutingLongUnitsToJSONTyped(value: any, ignoreDiscriminator: boolean): RoutingLongUnits; //# sourceMappingURL=RoutingLongUnits.d.ts.map