Package-level declarations

Types

Link copied to clipboard
class CalloutView(val controller: MapController)

Popover-style bubble that presents title/value metadata and can point at a map feature.

Link copied to clipboard
class DataInspectorControl(mapController: MapController)

A data control that queries map layers at a target coordinate and presents a callout. DataInspectorControl owns a CalloutView anchored to a point within a host view. It executes asynchronous feature queries via a QueryCallback, coalesces/throttles updates for animated timelines, and formats results using layer-specific or default presenters.