UNPKG

@stadiamaps/api

Version:
26 lines 1.05 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.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 DistanceUnit: { readonly Km: "km"; readonly Mi: "mi"; }; export type DistanceUnit = (typeof DistanceUnit)[keyof typeof DistanceUnit]; export declare function instanceOfDistanceUnit(value: any): boolean; export declare function DistanceUnitFromJSON(json: any): DistanceUnit; export declare function DistanceUnitFromJSONTyped(json: any, ignoreDiscriminator: boolean): DistanceUnit; export declare function DistanceUnitToJSON(value?: DistanceUnit | null): any; export declare function DistanceUnitToJSONTyped(value: any, ignoreDiscriminator: boolean): DistanceUnit; //# sourceMappingURL=DistanceUnit.d.ts.map