@stadiamaps/api
Version:
Stadia Maps Geospatial APIs
39 lines • 1.3 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.
*/
/**
*
* @export
* @interface OsrmAdmin
*/
export interface OsrmAdmin {
/**
* The ISO 3166-1 two-character code for the admin region.
* @type {string}
* @memberof OsrmAdmin
*/
iso31661?: string;
/**
* The ISO 3166-1 three-character code for the admin region.
* @type {string}
* @memberof OsrmAdmin
*/
iso31661Alpha3?: string;
}
/**
* Check if a given object implements the OsrmAdmin interface.
*/
export declare function instanceOfOsrmAdmin(value: object): value is OsrmAdmin;
export declare function OsrmAdminFromJSON(json: any): OsrmAdmin;
export declare function OsrmAdminFromJSONTyped(json: any, ignoreDiscriminator: boolean): OsrmAdmin;
export declare function OsrmAdminToJSON(json: any): OsrmAdmin;
export declare function OsrmAdminToJSONTyped(value?: OsrmAdmin | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=OsrmAdmin.d.ts.map