Open Pioneer Trails Packages
    Preparing search index...

    Interface OverlayPositionCoordinate

    Places the overlay at the given coordinates.

    interface OverlayPositionCoordinate {
        coordinate?: Coordinate;
        kind: "coordinate";
    }
    Index

    Properties

    Properties

    coordinate?: Coordinate

    The explicit coordinates of the overlay on the map.

    Using undefined hides the overlay.

    kind: "coordinate"