<Google Maps API with Kotlin Navigation> I am tryi...
# stackoverflow
u
Google Maps API with Kotlin Navigation I am trying to get Google Maps API to work within a fragment that is using a NavController. All of the examples I've found online use the getSupportFragment and getMapAsynch, but this is only achievable through a FragmentManager correct? Which can't be used while a NavController is handling my fragment navigation? Code Below: class FindNearestLocationFragment : Fragment(), OnMapReadyCallback { private lateinit var mMap: GoogleMap private var _binding:...