GBFSStationFeatureV2

Type Alias GBFSStationFeatureV2 

Source
pub type GBFSStationFeatureV2 = VectorFeature<(), GBFSStationV2FeaturesProperties, MValue>;
Expand description

Station Information Point Feature */

Aliased Type§

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

Fields§

§_type: VectorFeatureType

Type will always be “VectorFeature”

§id: Option<u64>

Unique identifier

§face: Face

Face of the feature

§properties: GBFSStationV2FeaturesProperties

Properties of the feature

§geometry: VectorGeometry

Geometry of the feature

§metadata: Option<()>

Metadata of the feature