@stadiamaps/api
Version:
Stadia Maps Geospatial APIs
45 lines • 1.71 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.1.2
* 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 layer IDs for querying.
* @export
*/
export declare const LayerId: {
readonly Poi: "poi";
readonly Address: "address";
readonly Street: "street";
readonly Country: "country";
readonly Macroregion: "macroregion";
readonly Region: "region";
readonly Macrocounty: "macrocounty";
readonly County: "county";
readonly Locality: "locality";
readonly Localadmin: "localadmin";
readonly Borough: "borough";
readonly Neighbourhood: "neighbourhood";
readonly Postalcode: "postalcode";
readonly Dependency: "dependency";
readonly Macrohood: "macrohood";
readonly Marinearea: "marinearea";
readonly Disputed: "disputed";
readonly Empire: "empire";
readonly Continent: "continent";
readonly Ocean: "ocean";
readonly Coarse: "coarse";
};
export type LayerId = (typeof LayerId)[keyof typeof LayerId];
export declare function instanceOfLayerId(value: any): boolean;
export declare function LayerIdFromJSON(json: any): LayerId;
export declare function LayerIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): LayerId;
export declare function LayerIdToJSON(value?: LayerId | null): any;
export declare function LayerIdToJSONTyped(value: any, ignoreDiscriminator: boolean): LayerId;
//# sourceMappingURL=LayerId.d.ts.map