MELCloud & MELCloud Home API for Node.js - v48.2.0
    Preparing search index...

    Interface ClassicQuantizedCoordinates

    Approximate latitude/longitude bucket carried alongside Latitude/ Longitude on each ClassicBuildingData entry. The BFF uses the rounded values for clustering/coarse map placement.

    interface ClassicQuantizedCoordinates {
        Latitude: number;
        Longitude: number;
    }
    Index
    Latitude: number
    Longitude: number