Open Pioneer Trails Packages
    Preparing search index...

    Event type emitted when the user enters new coordinates or projection is changed by the user.

    interface CoordinatesSelectEvent {
        coords: Coordinate;
        projection: Projection;
    }
    Index

    Properties

    Properties

    coords: Coordinate

    coordinates in the projection of the object

    projection: Projection

    the projection of the coordinates.