Searched refs:GoogleMapsCallbacks (Results 1 – 2 of 2) sorted by relevance
38 private lateinit var callbacks: GoogleMapsCallbacks88 callbacks = GoogleMapsCallbacks(googleMap, context) in onMapReady()
16 class GoogleMapsCallbacks(private val map: GoogleMap, private val context: Context) { in <lambda>() class