Interface MapLoadEvent

Event fired when the map has finished loading and is ready for use.

interface MapLoadEvent {
    type: "load";
}

Hierarchy (View Summary)

  • Event<"load">
    • MapLoadEvent
Index

Properties

Properties

type: "load"

The type of the event.

Was this helpful?

GeoSplats SDK
Reference
MapLoadEvent