UNPKG

@stadiamaps/api

Version:
27 lines 1.42 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. */ /** * If set to blind, enables additional route instructions which are helpful for blind users. These include announcing street crossings, stairs, bridges, tunnels, gates, and bollards passed on the route. If set to wheelchair, the walking speed and step penalty are adjusted for wheelchair users. * @export */ export declare const PedestrianType: { readonly Foot: "foot"; readonly Blind: "blind"; readonly Wheelchair: "wheelchair"; }; export type PedestrianType = (typeof PedestrianType)[keyof typeof PedestrianType]; export declare function instanceOfPedestrianType(value: any): boolean; export declare function PedestrianTypeFromJSON(json: any): PedestrianType; export declare function PedestrianTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): PedestrianType; export declare function PedestrianTypeToJSON(value?: PedestrianType | null): any; export declare function PedestrianTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): PedestrianType; //# sourceMappingURL=PedestrianType.d.ts.map