fromNative static method

BicycleConstructionSegment fromNative(
  1. BicycleConstructionSegmentNative native
)

Implementation

static BicycleConstructionSegment fromNative(
    BicycleConstructionSegmentNative native) {
  return BicycleConstructionSegment(
      transport_bicycle_construction.BicycleConstructionIDImpl.fromInt(
          native.construction),
      mapkit_geometry_geometry.SubpolylineImpl.fromNative(
          native.subpolyline));
}