Class MarkerLayout
Index
Constructors
Methods
Constructors
constructor
Parameters
- map: Map
- options: MarkerLayoutOptions = {}
Returns MarkerLayout
Methods
reset
Returns void
softUpdateAbstractMarker
Updates only the position of an abstract marker. Soft updates are convenients for updating already existing markers without the need to debounce
Parameters
- abstractMarker: AbstractMarker
Returns void
update
Update the marker positions.
Returns MarkerStatus | null
Reset the internal state, aka empties the
lastStatusmaps.