Interface MapMoveStartEvent

Event fired when the map starts moving.

interface MapMoveStartEvent {
    type: "movestart";
}

Hierarchy (View Summary)

  • Event<"movestart">
    • MapMoveStartEvent
Index

Properties

Properties

type: "movestart"

The type of the event.

Was this helpful?

GeoSplats SDK
Reference
MapMoveStartEvent