On this page

Interface MapMoveEvent

Event fired when the zoom, bearing, or pitch changes.

interface MapMoveEvent {
    bearing: number;
    pitch: number;
    type: "move";
    zoom: number;
}

Hierarchy (View Summary)

  • Event<"move">
    • MapMoveEvent
Index

Properties

Properties

bearing: number
pitch: number
type: "move"

The type of the event.

zoom: number

Was this helpful?

GeoSplats SDK
Reference
MapMoveEvent