Class LocationRequest

java.lang.Object
es.situm.sdk.location.LocationRequest
All Implemented Interfaces:
android.os.Parcelable

public class LocationRequest extends Object implements android.os.Parcelable
A data object that allows you to configure the positioning parameters of the LocationManager (e.g. use WiFi or BLE, Building Mode vs Global Mode, etc.).

To start positioning, this object will be passed to LocationManager.requestLocationUpdates(LocationRequest, LocationListener). To build this object, you may use the LocationRequest.Builder method (Builder Pattern).