Struct geogrid::Node [] [src]

pub struct Node {
    pub lat: f32,
    pub lon: f32,
}

Represent some map coordinate, generally in degrees.

Fields

Trait Implementations

impl Debug for Node
[src]

Formats the value using the given formatter.

impl Copy for Node
[src]

impl Clone for Node
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more