fromNative static method

DrivingFerry fromNative(
  1. DrivingFerryNative native
)

Implementation

static DrivingFerry fromNative(DrivingFerryNative native) {
  return DrivingFerry(
      mapkit_geometry_geometry.SubpolylineImpl.fromNative(native.position));
}