LocationListener class abstract

Constructors

LocationListener()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLocationChanged(Location location) → void
Called when the location has changed.
onProviderDisabled(String provider) → void
Called when the provider is disabled by the user. If requestLocationUpdates is called on an already disabled provider, this method is called immediately.
onProviderEnabled(String provider) → void
Called when the provider is enabled by the user.
onStatusChanged(String provider, int status, dynamic extras) → void
Called when the provider status changes. This method is called when a provider is unable to fetch a location or if the provider has recently become available after a period of unavailability.
toString() String
A string representation of this object.
inherited

Operators

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