Struct osm_xml::Way
[−]
[src]
pub struct Way {
pub id: Id,
pub tags: Vec<Tag>,
pub nodes: Vec<UnresolvedReference>,
}Fields
id: Id
nodes: Vec<UnresolvedReference>
Methods
impl Way[src]
fn is_polygon(&self) -> bool
Trait Implementations
impl PartialEq for Way[src]
fn eq(&self, __arg_0: &Way) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Way) -> bool
This method tests for !=.