IdentifyGraphicsOverlayResult

class IdentifyGraphicsOverlayResult

Identify result containing an overlay and the identified graphics of that overlay You need to pass this object to identify result functions.

Properties

Link copied to clipboard
val error: Throwable?
Link copied to clipboard
val graphics: List<Graphic>

The identify result's list of identified graphics.

Link copied to clipboard
val graphicsOverlay: GraphicsOverlay
Link copied to clipboard
val popups: List<Popup>

The identify result's list of identified popups.