Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
runtime
TerraDrawSketchFeature
Interface TerraDrawSketchFeature
Experimental
GeoJSON-shaped feature as stored by terra-draw.
interface
TerraDrawSketchFeature
{
geometry
:
Record
<
string
,
unknown
>
;
id
?:
TerraDrawSketchFeatureId
;
properties
?:
Record
<
string
,
unknown
>
;
type
?:
string
;
}
Index
Properties
geometry
id?
properties?
type?
Properties
Experimental
geometry
geometry
:
Record
<
string
,
unknown
>
Optional
Experimental
id
id
?:
TerraDrawSketchFeatureId
Optional
Experimental
properties
properties
?:
Record
<
string
,
unknown
>
Optional
Experimental
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
geometry
id
properties
type
@honua/sdk-js
Loading...
GeoJSON-shaped feature as stored by terra-draw.