UNPKG

@stadiamaps/api

Version:
29 lines 1.18 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. */ /** * Canonical geocoding source IDs. * @export */ export declare const SourceId: { readonly Openstreetmap: "openstreetmap"; readonly Openaddresses: "openaddresses"; readonly Whosonfirst: "whosonfirst"; readonly Geonames: "geonames"; readonly Foursquare: "foursquare"; }; export type SourceId = (typeof SourceId)[keyof typeof SourceId]; export declare function instanceOfSourceId(value: any): boolean; export declare function SourceIdFromJSON(json: any): SourceId; export declare function SourceIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): SourceId; export declare function SourceIdToJSON(value?: SourceId | null): any; export declare function SourceIdToJSONTyped(value: any, ignoreDiscriminator: boolean): SourceId; //# sourceMappingURL=SourceId.d.ts.map