LayerHitResult<R extends Object> class

Result emitted by hit notifiers (see LayerHitNotifier) when a hit is detected on an element (such as a Polyline) within the respective layer

Not emitted if the hit was not over an element.

Annotations

Properties

coordinate → LatLng
Geographical coordinates of the detected hit
final
hashCode → int
The hash code for this object.
no setterinherited
hitValues → List<R>
hitValues from all elements hit (which have hitValues defined)
final
point → Offset
Screen point of the detected hit
final
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