@stadiamaps/api
Version:
Stadia Maps Geospatial APIs
45 lines • 1.66 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 WofContextComponent
*/
export interface WofContextComponent {
/**
*
* @type {string}
* @memberof WofContextComponent
*/
abbreviation?: string | null;
/**
* A globally unique identifier for a feature. Note: these are not stable for all datasets! For example, OSM features may be deleted and re-added with a new ID. Others like Who's on First guarantee stability long term.
* @type {string}
* @memberof WofContextComponent
*/
gid: string;
/**
*
* @type {string}
* @memberof WofContextComponent
*/
name: string;
}
/**
* Check if a given object implements the WofContextComponent interface.
*/
export declare function instanceOfWofContextComponent(value: object): value is WofContextComponent;
export declare function WofContextComponentFromJSON(json: any): WofContextComponent;
export declare function WofContextComponentFromJSONTyped(json: any, ignoreDiscriminator: boolean): WofContextComponent;
export declare function WofContextComponentToJSON(json: any): WofContextComponent;
export declare function WofContextComponentToJSONTyped(value?: WofContextComponent | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=WofContextComponent.d.ts.map