@stadiamaps/api
Version:
Stadia Maps Geospatial APIs
33 lines • 1.33 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 NodeType: {
readonly StreetIntersection: "street_intersection";
readonly Gate: "gate";
readonly Bollard: "bollard";
readonly TollBooth: "toll_booth";
readonly MultiUseTransitStop: "multi_use_transit_stop";
readonly BikeShare: "bike_share";
readonly Parking: "parking";
readonly MotorWayJunction: "motor_way_junction";
readonly BorderControl: "border_control";
};
export type NodeType = (typeof NodeType)[keyof typeof NodeType];
export declare function instanceOfNodeType(value: any): boolean;
export declare function NodeTypeFromJSON(json: any): NodeType;
export declare function NodeTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): NodeType;
export declare function NodeTypeToJSON(value?: NodeType | null): any;
export declare function NodeTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): NodeType;
//# sourceMappingURL=NodeType.d.ts.map