-
public interface LocationUpdateListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLocationUpdateListener.Companion
-
Method Summary
Modifier and Type Method Description abstract UnitonLocationUpdate(Location newLocation)IntegergetPreferredPriority()LonggetPreferredInterval()-
-
Method Detail
-
onLocationUpdate
abstract Unit onLocationUpdate(Location newLocation)
-
getPreferredPriority
Integer getPreferredPriority()
-
getPreferredInterval
Long getPreferredInterval()
-
-
-
-