Searched refs:GoogleMapsControls (Results 1 – 11 of 11) sorted by relevance
3 class GoogleMapsControls: Controls { class
8 private let controls: GoogleMapsControls61 controls = GoogleMapsControls(mapView: mapView)
6 class GoogleMapsControls(private val map: GoogleMap) : Controls { class
25 private lateinit var controls: GoogleMapsControls76 controls = GoogleMapsControls(googleMap) in onMapReady()
412 export type GoogleMapsControls = Controls; alias470 GoogleMapsControls &
357 export type GoogleMapsControls = Controls; alias380 … & GoogleMapsStyling & Gestures & Markers & Polygons & Polylines & GoogleMapsControls & CameraPosi…
1 …GoogleMapsControls = Controls;\n\nexport type ZoomLevels =\n | 1\n | 2\n | 3\n | 4\n | 5\n |…