GPXVectorFeature

Type Alias GPXVectorFeature 

Source
pub type GPXVectorFeature = VectorFeature<(), GPXProperties, GPXWaypoint>;
Expand description

A GPX Shaped Vector Feature

Aliased Type§

pub struct GPXVectorFeature {
    pub _type: VectorFeatureType,
    pub id: Option<u64>,
    pub face: Face,
    pub properties: GPXProperties,
    pub geometry: VectorGeometry<GPXWaypoint>,
    pub metadata: Option<()>,
}

Fields§

§_type: VectorFeatureType

Type will always be “VectorFeature”

§id: Option<u64>

Unique identifier

§face: Face

Face of the feature

§properties: GPXProperties

Properties of the feature

§geometry: VectorGeometry<GPXWaypoint>

Geometry of the feature

§metadata: Option<()>

Metadata of the feature