UNPKG

@stadiamaps/api

Version:
99 lines 2.06 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. */ /** * * @export * @interface Access */ export interface Access { /** * * @type {boolean} * @memberof Access */ golfCart?: boolean; /** * * @type {boolean} * @memberof Access */ wheelchair?: boolean; /** * * @type {boolean} * @memberof Access */ taxi?: boolean; /** * * @type {boolean} * @memberof Access */ hOV?: boolean; /** * * @type {boolean} * @memberof Access */ truck?: boolean; /** * * @type {boolean} * @memberof Access */ emergency?: boolean; /** * * @type {boolean} * @memberof Access */ pedestrian?: boolean; /** * * @type {boolean} * @memberof Access */ car?: boolean; /** * * @type {boolean} * @memberof Access */ bus?: boolean; /** * * @type {boolean} * @memberof Access */ bicycle?: boolean; /** * * @type {boolean} * @memberof Access */ motorcycle?: boolean; /** * * @type {boolean} * @memberof Access */ moped?: boolean; } /** * Check if a given object implements the Access interface. */ export declare function instanceOfAccess(value: object): value is Access; export declare function AccessFromJSON(json: any): Access; export declare function AccessFromJSONTyped(json: any, ignoreDiscriminator: boolean): Access; export declare function AccessToJSON(json: any): Access; export declare function AccessToJSONTyped(value?: Access | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=Access.d.ts.map