Loading...
Searching...
No Matches
LocationListManager Class Referenceabstract

Class is used for downloading locations list from the server and providing it to the user. More...

Inherits Finalizable.

Public Member Functions

void addLocationListListener (LocationListListener listener)
 Method is used to add LocationListListener element which will notify about newly downloaded list of available locations.
 
void removeLocationListListener (LocationListListener listener)
 Method is used for removing previously added LocationListListener class element.
 
void updateLocationList ()
 Method is used to force reload location list.
 

Detailed Description

Class is used for downloading locations list from the server and providing it to the user.

Referenced from NavigineSdk.

Definition at line 20 of file location_list_manager.dart.

Member Function Documentation

◆ addLocationListListener()

void LocationListManager.addLocationListListener ( LocationListListener listener)

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!
Parameters
listenerСorresponding LocationListListener class.

◆ removeLocationListListener()

void LocationListManager.removeLocationListListener ( LocationListListener listener)

Method is used for removing previously added LocationListListener class element.

Parameters
listenerСorresponding LocationListListener class to remove.

◆ updateLocationList()

void LocationListManager.updateLocationList ( )

Method is used to force reload location list.


The documentation for this class was generated from the following file: