extend

open fun extend(@NonNull point: Point): CoordinateBounds

Extends these bounds to include `point`.

Return

The extended bounds.

Parameters

point

The coordinate to be included.

open fun extend(@NonNull area: CoordinateBounds): CoordinateBounds

Extends these bounds to include `area`.

Return

The extended bounds.

Parameters

area

The bounds to be included.