Data Inspector Control
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.
Usage
Create an instance with a
hostViewandquerycallback.Call
show(point, coordinate)to display and populate the callout.Call
update()as the underlying data animates or changes to refresh values.Call
hide()to remove the callout.