UNPKG

@stadiamaps/api

Version:
32 lines 1.3 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. */ /** * Class of road (ranked in descending order) * @export */ export declare const RoadClass: { readonly Motorway: "motorway"; readonly Trunk: "trunk"; readonly Primary: "primary"; readonly Secondary: "secondary"; readonly Tertiary: "tertiary"; readonly Unclassified: "unclassified"; readonly Residential: "residential"; readonly ServiceOther: "service_other"; }; export type RoadClass = (typeof RoadClass)[keyof typeof RoadClass]; export declare function instanceOfRoadClass(value: any): boolean; export declare function RoadClassFromJSON(json: any): RoadClass; export declare function RoadClassFromJSONTyped(json: any, ignoreDiscriminator: boolean): RoadClass; export declare function RoadClassToJSON(value?: RoadClass | null): any; export declare function RoadClassToJSONTyped(value: any, ignoreDiscriminator: boolean): RoadClass; //# sourceMappingURL=RoadClass.d.ts.map