Surgex.Parser.Geobox (Surgex v5.0.0) View Source

Holds a box made of two points on Earth's surface.

Link to this section Summary

Link to this section Types

Specs

t() :: %Surgex.Parser.Geobox{
  north_east: Surgex.Parser.Geolocation.t(),
  south_west: Surgex.Parser.Geolocation.t()
}