Represents geographical boundaries with northeast and southwest coordinates.
@type t() :: %Geolixir.Bounds{ bottom: float() | nil, left: float() | nil, right: float() | nil, top: float() | nil }