MapViewState: { hoverColor: string; text3dHoverColor: string; type: "map-view" }

Top-level state for the MapView, exposing global hover colors that apply to all interactive elements. Returned by state APIs and consumed by extensions.

Type declaration

  • hoverColor: string
  • text3dHoverColor: string
  • Readonlytype: "map-view"