UNPKG

@stadiamaps/api

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