[ Version ( since = "0.10" ) ]
public void extend (double latitude, double longitude)
Extend the bounding box so it contains a point with latitude
and longitude
.
Do nothing if the point is already inside the bounding box.
this | |
latitude |
the latitude of the point |
longitude |
the longitude of the point |