PlusCodes v1.0.0 PlusCodes.CodeArea View Source

Contains coordinates of a decoded Open Location Code(Plus+Codes). The coordinates include the latitude and longitude of the lower left and upper right corners and the center of the bounding box for the area the code represents.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %PlusCodes.CodeArea{
  east_longitude: term(),
  latitude_center: term(),
  latitude_height: term(),
  longitude_center: term(),
  longitude_width: term(),
  north_latitude: term(),
  south_latitude: term(),
  west_longitude: term()
}

Link to this section Functions

Link to this function new(south_latitude, west_longitude, latitude_height, longitude_width) View Source