GeoLeaf Core API - v3.0.0
    Preparing search index...

    Tile coordinates in the XYZ scheme (Y increases southwards).

    interface TileCoord {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number