UNPKG

@stadiamaps/api

Version:
32 lines 1.49 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. */ /** * An optional value indicating the directional change of the maneuver (further clarifying type). * @export */ export declare const OsrmGuidanceModifier: { readonly Uturn: "uturn"; readonly SharpRight: "sharp right"; readonly Right: "right"; readonly SlightRight: "slight right"; readonly Straight: "straight"; readonly SlightLeft: "slight left"; readonly Left: "left"; readonly SharpLeft: "sharp left"; }; export type OsrmGuidanceModifier = (typeof OsrmGuidanceModifier)[keyof typeof OsrmGuidanceModifier]; export declare function instanceOfOsrmGuidanceModifier(value: any): boolean; export declare function OsrmGuidanceModifierFromJSON(json: any): OsrmGuidanceModifier; export declare function OsrmGuidanceModifierFromJSONTyped(json: any, ignoreDiscriminator: boolean): OsrmGuidanceModifier; export declare function OsrmGuidanceModifierToJSON(value?: OsrmGuidanceModifier | null): any; export declare function OsrmGuidanceModifierToJSONTyped(value: any, ignoreDiscriminator: boolean): OsrmGuidanceModifier; //# sourceMappingURL=OsrmGuidanceModifier.d.ts.map