IdentifyGraphicsOverlayResult class final

Identify result containing an overlay and the identified geoelements of that overlay.

You need to pass this object to identify result functions.

Implemented types

Properties

error ArcGISException?
The error that occurred during the identify operation, if there is one.
no setter
geoElements List<GeoElement>
A list of identified geoelements.
no setter
graphics List<Graphic>
The identify result's list of identified graphics.
no setter
graphicsOverlay GraphicsOverlay
The overlay identify result's overlay.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited