Type Alias Coordinate

Source
pub type Coordinate = (f32, f32);
Expand description

A longitude, latitude coordinate in degrees

See https://en.wikipedia.org/wiki/Geographic_coordinate_system for further context

Trait Implementations§

Source§

impl From<ShapePoint> for Coordinate

Source§

fn from(p: ShapePoint) -> Self

Converts to this type from the input type.