animateCamera

abstract fun animateCamera(latLng: MPLatLng)
abstract fun animateCamera(latLng: MPLatLng, cameraEventListener: MPCameraEventListener)
abstract fun animateCamera(latLng: MPLatLng, duration: Int, cameraEventListener: MPCameraEventListener)
abstract fun animateCamera(latLng: MPLatLng, zoom: Float)
abstract fun animateCamera(mpLatLngBounds: MPLatLngBounds, padding: Int)
abstract fun animateCamera(mpLatLngBounds: MPLatLngBounds, padding: Int, cameraEventListener: MPCameraEventListener)
abstract fun animateCamera(mpLatLngBounds: MPLatLngBounds, duration: Int, padding: Int, cameraEventListener: MPCameraEventListener)
abstract fun animateCamera(cameraPosition: MPCameraPosition)
abstract fun animateCamera(cameraPosition: MPCameraPosition, cameraEventListener: MPCameraEventListener)
abstract fun animateCamera(cameraPosition: MPCameraPosition, duration: Int, cameraEventListener: MPCameraEventListener)