Sidereon.Geofence.Fence (Sidereon v0.27.1)

Copy Markdown View Source

A constructed WGS84 geodesic polygon fence.

vertices stores the public degree vertices supplied at construction. The handle field is an opaque native resource used for evaluation.

Summary

Types

t()

Opaque geofence handle plus the normalized public vertices.

Types

t()

@type t() :: %Sidereon.Geofence.Fence{
  handle: reference(),
  vertices: [Sidereon.Geofence.vertex()]
}

Opaque geofence handle plus the normalized public vertices.