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: VectorFeatureTypeType will always be “VectorFeature”
id: Option<u64>Unique identifier
face: FaceFace of the feature
properties: GPXPropertiesProperties of the feature
geometry: VectorGeometry<GPXWaypoint>Geometry of the feature
metadata: Option<()>Metadata of the feature