Geocalc.Shape.Circle (Geocalc v0.8.4) View Source

Circle describes a circular geographical area, centered on latitude, longitude, with a radius in meters. latitude and longitude could be decimal degrees or Geocalc.DMS.

Link to this section Summary

Link to this section Types

Specs

t() :: %Geocalc.Shape.Circle{
  latitude: number() | Geocalc.DMS.t(),
  longitude: number() | Geocalc.DMS.t(),
  radius: number()
}