public class

LocationSettingsRequest

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.location.LocationSettingsRequest

Class Overview

Specifies the types of location services the client is interested in using. Settings will be checked for optimal functionality of all requested services. Use LocationSettingsRequest.Builder to construct this object.

Summary

Nested Classes
class LocationSettingsRequest.Builder A builder that builds LocationSettingsRequest
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<LocationSettingsRequest> CREATOR
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<LocationSettingsRequest> CREATOR