MPICameraOperator

Functions

Link copied to clipboard
abstract fun animateCamera(cameraPosition: MPCameraPosition)
abstract fun animateCamera(latLng: MPLatLng)
abstract fun animateCamera(cameraPosition: MPCameraPosition, cameraEventListener: MPCameraEventListener)
abstract fun animateCamera(latLng: MPLatLng, cameraEventListener: MPCameraEventListener)
abstract fun animateCamera(latLng: MPLatLng, zoom: Float)
abstract fun animateCamera(mpLatLngBounds: MPLatLngBounds, padding: Int)
abstract fun animateCamera(cameraPosition: MPCameraPosition, duration: Int, cameraEventListener: MPCameraEventListener)
abstract fun animateCamera(latLng: MPLatLng, duration: Int, cameraEventListener: MPCameraEventListener)
abstract fun animateCamera(mpLatLngBounds: MPLatLngBounds, padding: Int, cameraEventListener: MPCameraEventListener)
abstract fun animateCamera(mpLatLngBounds: MPLatLngBounds, duration: Int, padding: Int, cameraEventListener: MPCameraEventListener)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun moveCamera(cameraPosition: MPCameraPosition)
abstract fun moveCamera(latLng: MPLatLng)
abstract fun moveCamera(latLng: MPLatLng, zoom: Float)
abstract fun moveCamera(mpLatLngBounds: MPLatLngBounds, padding: Int)
abstract fun moveCamera(mpLatLngBounds: MPLatLngBounds, width: Int, height: Int, padding: Int)