-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
public interface LocationUpdatesEventsListener implements PTRListener
Listener for user location related updates
-
-
Method Summary
Modifier and Type Method Description Unit
handleMapLevelChange()
Listen level changes that was caused by user location change Unit
handleMapTrackingModeChange()
Listen map tracking mode changes Unit
handleLocationUpdate(CalculatedLocation userLocation)
Listen location updates -
-
Method Detail
-
handleMapLevelChange
Unit handleMapLevelChange()
Listen level changes that was caused by user location change
-
handleMapTrackingModeChange
Unit handleMapTrackingModeChange()
Listen map tracking mode changes
-
handleLocationUpdate
Unit handleLocationUpdate(CalculatedLocation userLocation)
Listen location updates
- Parameters:
userLocation
- Current user location
-
-
-
-