On this page
Properties

Interface MapModelResolutionEvent

Event fired on resolution change.

interface MapModelResolutionEvent {
    resolution: ModelResolutionType;
    type: "resolution";
}

Hierarchy (View Summary)

  • Event<"resolution">
    • MapModelResolutionEvent
Index

Properties

Properties

Current resolution.

type: "resolution"

The type of the event.

Was this helpful?

GeoSplats SDK
Reference
MapModelResolutionEvent