worldwind-ui API / react-worldwind / UseMeasureToolResult
Interface: UseMeasureToolResult ​
Defined in: react/src/hooks.ts:242
Properties ​
clear ​
clear: () =>
void
Defined in: react/src/hooks.ts:250
Returns ​
void
start ​
start: () =>
void
Defined in: react/src/hooks.ts:246
Returns ​
void
state ​
state:
MeasurementState
Defined in: react/src/hooks.ts:243
stop ​
stop: () =>
void
Defined in: react/src/hooks.ts:247
Returns ​
void
toggle ​
toggle: () =>
void
Defined in: react/src/hooks.ts:248
Returns ​
void
tool ​
tool:
MeasureTool|null
Defined in: react/src/hooks.ts:245
The tool, or null until the globe effect has created it.
undo ​
undo: () =>
void
Defined in: react/src/hooks.ts:249
Returns ​
void