On this page
Properties

Interface MapErrorEvent

Event fired when an error occurs in the map.

interface MapErrorEvent {
    message: string;
    type: "error";
}

Hierarchy (View Summary)

  • Event<"error">
    • MapErrorEvent
Index

Properties

Properties

message: string

Error message.

type: "error"

The type of the event.

Was this helpful?

GeoSplats SDK
Reference
MapErrorEvent