centerInLocation

fun GoogleMap.centerInLocation(location: Location, smooth: Boolean = false)
fun GoogleMap.centerInLocation(latLng: LatLng, smooth: Boolean = false)
fun GoogleMap.centerInLocation(bounds: LatLngBounds, padding: Int = 200, smooth: Boolean = true)