Interface PTRGpsLocationProviderClient.Listener
-
- All Implemented Interfaces:
public interface PTRGpsLocationProviderClient.Listener
Listener interface to advertise the android.location.Location received from FusedLocationProviderClient
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onGpsLocationReceived(Location location)
-
-
Method Detail
-
onGpsLocationReceived
abstract Unit onGpsLocationReceived(Location location)
-
-
-
-