/FusedLocationProviderClient

Find your current location using FusedLocationProviderClient

Primary LanguageJava

Using FusedLocationProviderClient

Be sure to read(AndroidMenifest.xml)

<meta-data android:name="com.google.android.geo.API_KEY"       
            android:value="GoogleMap Key"/>

build.gradle(App module)

compile 'com.google.android.gms:play-services-location:11.4.2'
compile 'com.google.android.gms:play-services-maps:11.4.2'