UNPKG

@stadiamaps/api

Version:
51 lines 1.3 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 NodeId */ export interface NodeId { /** * * @type {number} * @memberof NodeId */ id?: number; /** * * @type {number} * @memberof NodeId */ value?: number; /** * * @type {number} * @memberof NodeId */ tileId?: number; /** * * @type {number} * @memberof NodeId */ level?: number; } /** * Check if a given object implements the NodeId interface. */ export declare function instanceOfNodeId(value: object): value is NodeId; export declare function NodeIdFromJSON(json: any): NodeId; export declare function NodeIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): NodeId; export declare function NodeIdToJSON(json: any): NodeId; export declare function NodeIdToJSONTyped(value?: NodeId | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=NodeId.d.ts.map