GeoElement

interface GeoElement

A marker interface implemented by objects that can be returned from an identify operation. Objects returned by IdentifyGraphicsOverlayResult.getGraphics() implement this interface. Objects returned by IdentifyLayerResult.getGeoElements() implement this interface.

Properties

Link copied to clipboard
abstract val attributes: MutableMap<String, Any?>

All attributes of the geoelement.

Link copied to clipboard
abstract var geometry: Geometry?

The geometry of a geoelement.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard