I'm trying to achieve that camera update would center between two positions BUT if resulting zoom level is bigger than 12 it should be set to 12.
So i need some:
CameraUpdateFactory.newLatLngBounds(bounds,padding);
But instead of padding
there should be max zoom level.
My solution requires that i calculate exact screen bounds that will be after camera update and here i got stuck.