[][src]Trait osmio::Node

pub trait Node: OSMObjBase {
    fn lat_lon(&self) -> Option<(Lat, Lon)>;
fn set_lat_lon(&mut self, loc: impl Into<Option<(Lat, Lon)>>); fn has_lat_lon(&self) -> bool { ... } }

A Node

Required methods

fn lat_lon(&self) -> Option<(Lat, Lon)>

fn set_lat_lon(&mut self, loc: impl Into<Option<(Lat, Lon)>>)

Loading content...

Provided methods

fn has_lat_lon(&self) -> bool

Loading content...

Implementors

impl Node for RcNode[src]

impl Node for StringNode[src]

Loading content...