UNPKG

@stadiamaps/api

Version:
29 lines 1.4 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. */ /** * Our database contains info from multiple sources. These identifiers can be used to either limit search results or to determine the relevance of a result. * @export */ export declare const GeocodingSource: { readonly Openstreetmap: "openstreetmap"; readonly Openaddresses: "openaddresses"; readonly Whosonfirst: "whosonfirst"; readonly Geonames: "geonames"; readonly Foursquare: "foursquare"; }; export type GeocodingSource = (typeof GeocodingSource)[keyof typeof GeocodingSource]; export declare function instanceOfGeocodingSource(value: any): boolean; export declare function GeocodingSourceFromJSON(json: any): GeocodingSource; export declare function GeocodingSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeocodingSource; export declare function GeocodingSourceToJSON(value?: GeocodingSource | null): any; export declare function GeocodingSourceToJSONTyped(value: any, ignoreDiscriminator: boolean): GeocodingSource; //# sourceMappingURL=GeocodingSource.d.ts.map