LeafletLocationEvent class

Inheritance
Annotations
  • @JS()
  • @anonymous

Constructors

LeafletLocationEvent()

Properties

accuracy double
Accuracy of location in meters.
no setter
altitude double
Height of the position above the WGS84 ellipsoid in meters.
no setter
altitudeAccuracy double
Accuracy of altitude in meters.
no setter
bounds LatLngBounds
Geographical bounds of the area user is located in (with respect to the accuracy of location().
no setter
hashCode int
The hash code for this object.
no setterinherited
heading double
The direction of travel in degrees counting clockwise from true North.
no setter
latlng LatLng
Detected geographical location of the user.
no setter
propagatedFrom JsObject
For propagated events, the last object that propagated the event to its event parent. layer Object Deprecated. The same as propagatedFrom.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceTarget JsObject
The object that originally fired the event. For non-propagated events, this will be the same as the target.
no setterinherited
speed double
Current velocity in meters per second
no setter
target JsObject
The object that fired the event. For propagated events, the last object in the propagation chain that fired the event.
no setterinherited
timestamp double
The time when the position was acquired.
no setter
type String
The event type (e.g. 'click').
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