UNPKG

@stadiamaps/api

Version:
52 lines 1.9 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 GeocodingGeoJSONPropertiesAddendumOsm */ export interface GeocodingGeoJSONPropertiesAddendumOsm { [key: string]: any | any; /** * * @type {string} * @memberof GeocodingGeoJSONPropertiesAddendumOsm */ website?: string; /** * * @type {string} * @memberof GeocodingGeoJSONPropertiesAddendumOsm */ wikipedia?: string; /** * * @type {string} * @memberof GeocodingGeoJSONPropertiesAddendumOsm */ wikidata?: string; /** * * @type {string} * @memberof GeocodingGeoJSONPropertiesAddendumOsm */ phone?: string; } /** * Check if a given object implements the GeocodingGeoJSONPropertiesAddendumOsm interface. */ export declare function instanceOfGeocodingGeoJSONPropertiesAddendumOsm(value: object): value is GeocodingGeoJSONPropertiesAddendumOsm; export declare function GeocodingGeoJSONPropertiesAddendumOsmFromJSON(json: any): GeocodingGeoJSONPropertiesAddendumOsm; export declare function GeocodingGeoJSONPropertiesAddendumOsmFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeocodingGeoJSONPropertiesAddendumOsm; export declare function GeocodingGeoJSONPropertiesAddendumOsmToJSON(json: any): GeocodingGeoJSONPropertiesAddendumOsm; export declare function GeocodingGeoJSONPropertiesAddendumOsmToJSONTyped(value?: GeocodingGeoJSONPropertiesAddendumOsm | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GeocodingGeoJSONPropertiesAddendumOsm.d.ts.map