MapObjectDescriptor class abstract

Interface represents descriptor of a pickable map object.

Constructors

MapObjectDescriptor()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getClosestPoint() GeoCoordinates?
Return a geo point of the picked object, closest to the picking location.
getDataAttributes() DataAttributes
Returns data attributes of a map object.
getLayerName() → String
Returns the name of the layer where this picked item came from.
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