Created
April 26, 2020 11:50
-
-
Save Lavanyagaur22/a9526b2f628500645ef22cc3a3788d67 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private lateinit var fusedLocationClient: FusedLocationProviderClient | |
override fun onCreate(savedInstanceState: Bundle?) { | |
// ... | |
fusedLocationClient = LocationServices.getFusedLocationProviderClient(this) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment