Expand description

Types for geospatial data.

Structs

A geo-referenced circle with a given center point and radius.

A geographic point, in WGS 84 (EPSG:4326) coordinates.

A closed polygon, i.e. a geo-referenced polyline where the last point is the first point.

Enums

The error returned when a circle definition is invalid.

The error returned when a Point would be invalid.

The error returned when a Polygon would be invalid.