Interface MapMoveEndEvent

Event fired when the map finishes moving.

interface MapMoveEndEvent {
    type: "moveend";
}

Hierarchy (View Summary)

  • Event<"moveend">
    • MapMoveEndEvent
Index

Properties

Properties

type: "moveend"

The type of the event.

Was this helpful?

GeoSplats SDK
Reference
MapMoveEndEvent