@stadiamaps/api
Version:
Stadia Maps Geospatial APIs
55 lines • 2.12 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.
*/
/**
* The use for the edge.
* @export
*/
export declare const EdgeUse: {
readonly Road: "road";
readonly Ramp: "ramp";
readonly TurnChannel: "turn_channel";
readonly Track: "track";
readonly Driveway: "driveway";
readonly Alley: "alley";
readonly ParkingAisle: "parking_aisle";
readonly EmergencyAccess: "emergency_access";
readonly DriveThrough: "drive_through";
readonly Culdesac: "culdesac";
readonly LivingStreet: "living_street";
readonly ServiceRoad: "service_road";
readonly Cycleway: "cycleway";
readonly MountainBike: "mountain_bike";
readonly Sidewalk: "sidewalk";
readonly Footway: "footway";
readonly Steps: "steps";
readonly Path: "path";
readonly Pedestrian: "pedestrian";
readonly PedestrianCrossing: "pedestrian_crossing";
readonly Bridleway: "bridleway";
readonly RestArea: "rest_area";
readonly ServiceArea: "service_area";
readonly Other: "other";
readonly Ferry: "ferry";
readonly RailFerry: "rail-ferry";
readonly Rail: "rail";
readonly Bus: "bus";
readonly EgressConnection: "egress_connection";
readonly PlatformConnection: "platform_connection";
readonly TransitConnection: "transit_connection";
};
export type EdgeUse = (typeof EdgeUse)[keyof typeof EdgeUse];
export declare function instanceOfEdgeUse(value: any): boolean;
export declare function EdgeUseFromJSON(json: any): EdgeUse;
export declare function EdgeUseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EdgeUse;
export declare function EdgeUseToJSON(value?: EdgeUse | null): any;
export declare function EdgeUseToJSONTyped(value: any, ignoreDiscriminator: boolean): EdgeUse;
//# sourceMappingURL=EdgeUse.d.ts.map