public class LocationChecker extends Object
| Constructor and Description |
|---|
LocationChecker() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBetterLocation(android.location.Location current,
android.location.Location location)
Determines whether one Location reading is better than the current Location fix
|
boolean |
isFineLocation(android.location.Location location) |
public boolean isFineLocation(android.location.Location location)
public static boolean isBetterLocation(android.location.Location current,
android.location.Location location)
current - The current Location fix, to which you want to compare the new onelocation - The new Location that you want to evaluateCopyright © 2019. All rights reserved.