The main entry point for location services integration.
| public static final Api<Api.ApiOptions.NoOptions> | API | This field is deprecated. Use
FusedLocationProviderClient instead. |
| public static final FusedLocationProviderApi | FusedLocationApi | This field is deprecated. Use
FusedLocationProviderClient instead. |
| public static final GeofencingApi | GeofencingApi | This field is deprecated. Use GeofencingClient
instead. |
| public static final SettingsApi | SettingsApi | This field is deprecated. Use SettingsClient
instead. |
This field is deprecated.
Use FusedLocationProviderClient
instead.
Token to pass to
GoogleApiClient.Builder.addApi(Api extends Api.ApiOptions.NotRequiredOptions>
) to enable LocationServices.
This field is deprecated.
Use FusedLocationProviderClient
instead.
Old entry point to the Fused Location Provider APIs.
This field is deprecated.
Use GeofencingClient
instead.
Old entry point to the geofencing APIs.
This field is deprecated.
Use SettingsClient
instead.
Old entry point to the location settings APIs.
Create a new instance of FusedLocationProviderClient
for use in an Activity.
Error resolutions will be automatically launched from the provided Activity, displaying
UI when necessary.
Create a new instance of FusedLocationProviderClient
for use in a non-activity Context.
Error resolutions will be automatically launched from the provided Context, displaying
system tray notifications when necessary.
Create a new instance of
FusedOrientationProviderClient for use in an Activity.
Error resolutions will be automatically launched from the provided Activity, displaying
UI when necessary.
Create a new instance of
FusedOrientationProviderClient for use in a non-activity Context.
Error resolutions will be automatically launched from the provided Context, displaying
system tray notifications when necessary.
Create a new instance of GeofencingClient
for use in an Activity.
Error resolutions will be automatically launched from the provided Activity, displaying
UI when necessary.
Create a new instance of GeofencingClient
for use in a non-activity Context.
Error resolutions will be automatically launched from the provided Context, displaying
system tray notifications when necessary.
Create a new instance of SettingsClient
for use in a non-activity Context.
Error resolutions will be automatically launched from the provided Context, displaying
system tray notifications when necessary.
Create a new instance of SettingsClient
for use in an Activity.
Error resolutions will be automatically launched from the provided Activity, displaying
UI when necessary.