UNPKG

@stadiamaps/api

Version:
26 lines 1.06 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. */ /** * The level of precision for the geometry. * @export */ export declare const Precision: { readonly Point: "point"; readonly Centroid: "centroid"; }; export type Precision = (typeof Precision)[keyof typeof Precision]; export declare function instanceOfPrecision(value: any): boolean; export declare function PrecisionFromJSON(json: any): Precision; export declare function PrecisionFromJSONTyped(json: any, ignoreDiscriminator: boolean): Precision; export declare function PrecisionToJSON(value?: Precision | null): any; export declare function PrecisionToJSONTyped(value: any, ignoreDiscriminator: boolean): Precision; //# sourceMappingURL=Precision.d.ts.map