Interface SnapQueryInput

interface SnapQueryInput {
    point: SnapScreenPoint;
    position: SnapPosition;
    project: SnapProjection;
}

Properties

Pointer position in screen space.

position: SnapPosition

Pointer position in geographic space.

Projection from geographic space to screen space.