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
@brief Method is used to add @see LocationListListener "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! @param listener Сorresponding @see LocationListListener "LocationListListener" class.
override
getLocationList() Map<int, LocationInfo>
@brief Method is used to get current location list @see LocationInfo "LocationInfo". @return dictionary {location_id -> location_info}
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeLocationListListener(LocationListListener listener) → void
@brief Method is used for removing previously added @see LocationListListener "LocationListListener" class element. @param listener Сorresponding @see LocationListListener "LocationListListener" class to remove.
override
toString() String
A string representation of this object.
inherited
updateLocationList() → void
@brief Method is used to force reload location list.
override

Operators

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