newLatLngBounds Method

Viewed 507

In the method

CameraUpdateFactory.newLatLngBounds(LatLngBounds bounds,
 int width, int height, int padding);

What is the difference between bounds and the width/height ints?

Official doc says that

Returns a CameraUpdate that transforms the camera such that the specified latitude/longitude bounds are centered on screen within a bounding box of specified dimensions at the greatest possible zoom level.

But to me is not clear. Could you semplify it for me ? Thanks

1 Answers
Related