public class FlpHardwareProvider extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GEOFENCING |
static String |
LOCATION
Interface implementations for services built on top of this functionality.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
IFusedGeofenceHardware |
getGeofenceHardware() |
static FlpHardwareProvider |
getInstance(Context context) |
IFusedLocationHardware |
getLocationHardware() |
static boolean |
isSupported() |
public static final String LOCATION
public static final String GEOFENCING
public static FlpHardwareProvider getInstance(Context context)
public static boolean isSupported()
public IFusedLocationHardware getLocationHardware()
public IFusedGeofenceHardware getGeofenceHardware()
public void cleanup()