Type Alias MarkerStatus

Status of the marker compared to the previous status

type MarkerStatus = {
    new: MarkerMap;
    removed: MarkerMap;
    updated: MarkerMap;
}
Index

Properties

Properties

The markers that were added since the last update

removed: MarkerMap

The markers that are no longer present since the last update

updated: MarkerMap

The markers that were already present in the last update but had their position changed

Was this helpful?

SDK JS
Modules
Reference
types
MarkerStatus