LocationManager$Impl class
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
-
addLocationListener(LocationListener listener)
→ void
-
@brief Method is used to add @see LocationListener "LocationListener" element
which will notify about newly downloaded and set location.
@note Do not forget to remove listener if it is no longer needed!
@param listener Сorresponding @see LocationListener "LocationListener" class.
override
-
commitChanges()
→ void
-
@cond
override
-
getLocationId()
→ int
-
@brief Method returns current location unique identifier
@return current location unique identifier
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeLocationListener(LocationListener listener)
→ void
-
@brief Method is used for removing previously added @see LocationListener "LocationListener" class element.
@param listener Сorresponding @see LocationListener "LocationListener" class to remove.
override
-
revertChanges()
→ void
-
override
-
setLocationId(int locationId)
→ void
-
@brief Method is used for setting current location, which will be downloaded from server or from storage, if it was downloaded before.
Result will be handled by @see LocationListener "LocationListener"
@param locationId location id from CMS
override
-
setLocationUpdateInterval(int interval)
→ void
-
@endcond
override
-
toString()
→ String
-
A string representation of this object.
inherited