code:
// Google Map View
mMapView = findViewById(R.id.map_view)
// Google Map View
mMapView = findViewById(R.id.map_view)
// Google Map Key
val mapKey = BuildConfig.MAPS_API_KEY
if(mapKey.isNotEmpty()){
val mapViewBundle = savedInstanceState?.getBundle(mapKey)
mMapView.onCreate(mapViewBundle)
}
mMapView.getMapAsync(this)
// FusedLocationProviderClient
mFusedLocationClient = LocationServices.getFusedLocationProviderClient(this)
//
mGeocoder = Geocoder(this, Locale.getDefault())