addSpatialMarker

open fun addSpatialMarker(pointInches: Vector2d, callback: MarkerCallback): T

Add a spatial marker at the current position to run a callback at that position.

Return

The builder

Parameters

pointInches

The point to run the callback (inches)

callback

The callback to run


open fun addSpatialMarker(point: Vector2d, inUnit: Distance, callback: MarkerCallback): T

Add a spatial marker at the current position to run a callback at that position.

Return

The builder

Parameters

point

The point to run the callback

inUnit

The unit of the point (will be converted to inches)

callback

The callback to run