Taos API Reference
← Docs
Quick-Start Guide
Preparing search index...
geo
GeoJsonPick
Interface GeoJsonPick
A successful
GeoJsonLayer.pick
: the feature id + its properties + the world hit point.
interface
GeoJsonPick
{
featureId
:
number
;
properties
:
GeoProperties
;
position
:
[
number
,
number
,
number
]
;
}
Index
Properties
feature
Id
properties
position
Properties
feature
Id
featureId
:
number
properties
properties
:
GeoProperties
position
position
:
[
number
,
number
,
number
]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
feature
Id
properties
position
← Docs
Quick-Start Guide
Taos API Reference
Loading...
A successful GeoJsonLayer.pick: the feature id + its properties + the world hit point.