public class LocationRequestsFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static LocationRequestsFactory |
create() |
com.google.android.gms.location.LocationRequest |
createDrivingLocationRequest()
Driving location request provides updates with the highest available accuracy.
|
com.google.android.gms.location.LocationRequest |
createMapLocationRequest()
Map location request provides updates with the highest available accuracy.
|
com.google.android.gms.location.LocationRequest |
createSearchLocationRequest()
Search location request provides updates with less accuracy, taking power consumption into account.
|
public static LocationRequestsFactory create()
public com.google.android.gms.location.LocationRequest createDrivingLocationRequest()
public com.google.android.gms.location.LocationRequest createMapLocationRequest()
public com.google.android.gms.location.LocationRequest createSearchLocationRequest()