flywave-mapview.pickobjecttype
Home > @flywave/flywave-mapview > PickObjectType
PickObjectType enum
Describes the general type of a picked object.
Signature:
export declare enum PickObjectType
Enumeration Members
Member | Value | Description |
|---|---|---|
Area |
| An area object. |
Icon |
| The Icon of a . |
Line |
| A line object. |
Object3D |
| Any general 3D object, for example, a landmark. |
Point |
| A point object. |
Text |
| The text part of a |
Unspecified |
| Unspecified. |