Search
Preparing search index...
The search index is not available
Mappedin Web SDK - v4.1.5
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Mappedin Web SDK - v4.1.5
PositionUpdater
Class PositionUpdater
Hierarchy
PubSub
PositionUpdater
Implements
IPositionUpdater
Index
Constructors
constructor
Properties
_subscribers
Methods
destroy
off
on
publish
throw
Error
update
Constructors
constructor
new
Position
Updater
(
)
:
PositionUpdater
Returns
PositionUpdater
Properties
_subscribers
_subscribers
:
any
= {}
Methods
destroy
destroy
(
)
:
void
Returns
void
off
off
(
eventName
:
any
, fn
:
any
)
:
void
Parameters
eventName:
any
fn:
any
Returns
void
on
on
(
eventName
:
any
, fn
:
any
)
:
void
Parameters
eventName:
any
fn:
any
Returns
void
publish
publish
(
eventName
:
any
, data
:
any
)
:
void
Parameters
eventName:
any
data:
any
Returns
void
throw
Error
throw
Error
(
err
:
any
)
:
void
Parameters
err:
any
Returns
void
update
update
(
position
:
TGeolocationObject
)
:
void
Parameters
position:
TGeolocationObject
Returns
void
Exports
Position
Updater
constructor
_subscribers
destroy
off
on
publish
throw
Error
update