LocationListManager$Impl class
- Implemented types
Constructors
-
LocationListManager$Impl(Pointer<
Void> handle)
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
-
addLocationListListener(
LocationListListener listener) → void -
Method is used to add LocationListListener element
which will notify about newly downloaded list of available locations.
Note: Do not forget to remove listener if it is no longer needed!
listenerCorresponding LocationListListener class.override -
getLocationList(
) → Map< int, LocationInfo> -
Method is used to get current location list LocationInfo.
Returns dictionary {location_id -> location_info}
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeLocationListListener(
LocationListListener listener) → void -
Method is used for removing previously added LocationListListener class element.
listenerCorresponding LocationListListener class to remove.override -
toString(
) → String -
A string representation of this object.
inherited
-
updateLocationList(
) → void -
Method is used to force reload location list.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited