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

    Immutable 2-D screen-space point (pixels, top-left origin).

    Returned by IMapAdapter.latLngToPoint() and consumed by IMapAdapter.pointToLatLng().

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

    Properties

    x y

    Properties

    x: number

    Horizontal pixel offset from the map container's left edge.

    y: number

    Vertical pixel offset from the map container's top edge.