- Jun 6, 2020
- 11,559
- 4,422
FusedLocationProvider is Android's latest attempt to improve the location services available to your applications.
Official documentation can be found here:
This library depends on the Google Play Services library, android-support-v4 library and the GPS library.
The GPS library is required in order to use it's Location object.
FusedLocationProvider
Events:
Official documentation can be found here:
برای دیدن لینک ها باید ثبت نام کنید
.This library depends on the Google Play Services library, android-support-v4 library and the GPS library.
The GPS library is required in order to use it's Location object.
FusedLocationProvider
Events:
- ConnectionFailed (ConnectionResult1 As Int)
- ConnectionSuccess
- ConnectionSuspended (SuspendedCause1 As Int)
- LocationChanged (Location1 As Location)
- LocationSettingsChecked (LocationSettingsResult1 As LocationSettingsResult)
- ConnectionResult As ConnectionResult
Contains the various ConnectionResult constants. - SuspendedCause As...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید