Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
interactions
HonuaPointerInput
Interface HonuaPointerInput
interface
HonuaPointerInput
{
lngLat
?:
readonly
[
number
,
number
]
|
HonuaLngLat
;
originalEvent
?:
unknown
;
point
?:
readonly
[
number
,
number
]
|
HonuaScreenPoint
;
type
?:
string
;
}
Index
Properties
lng
Lat?
original
Event?
point?
type?
Properties
Optional
Readonly
lng
Lat
lng
Lat
?:
readonly
[
number
,
number
]
|
HonuaLngLat
Optional
Readonly
original
Event
original
Event
?:
unknown
Optional
Readonly
point
point
?:
readonly
[
number
,
number
]
|
HonuaScreenPoint
Optional
Readonly
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
lng
Lat
original
Event
point
type
@honua/sdk-js
Loading...