getLocationList abstract method
@brief Method is used to get current location list @see LocationInfo "LocationInfo". @return dictionary {location_id -> location_info}
Dart code snippet: @snippet location_list_manager_example.dart dart_LocationListManager_getLocationList
Implementation
Map<int, LocationInfo> getLocationList();