Geolixir.Bounds (geolixir v0.1.1)

View Source

Represents geographical boundaries with northeast and southwest coordinates.

Summary

Types

t()

@type t() :: %Geolixir.Bounds{
  bottom: float() | nil,
  left: float() | nil,
  right: float() | nil,
  top: float() | nil
}