shouldChangeCameraPosition

abstract fun shouldChangeCameraPosition(newLocation: LatLng, newBearing: Double, newTilt: Double): Boolean

Called when the map's camera position is about to be changed

Return

true if this new position will be acceptable, false otherwise

Parameters

newLocation

the new camera location

newBearing

the new camera bearing

newTilt

the new camera tilt