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