Fork me
BeyondAR
Augmented Reality Framework for Android
 All Classes Functions Variables
com.beyondar.android.util.location.LocationUtils Class Reference

Static Public Member Functions

static boolean isBetterLocation (Location location, Location currentBestLocation)
 Determines whether one Location reading is better than the current Location fix. More...
 
static boolean isSameProvider (String provider1, String provider2)
 Checks whether two providers are the same.
 

Member Function Documentation

static boolean com.beyondar.android.util.location.LocationUtils.isBetterLocation ( Location  location,
Location  currentBestLocation 
)
static

Determines whether one Location reading is better than the current Location fix.

Parameters
locationThe new Location that you want to evaluate
currentBestLocationThe current Location fix, to which you want to compare the new one

Here is the call graph for this function:


The documentation for this class was generated from the following file: