toNative static method

DrivingFerryNative toNative(
  1. DrivingFerry obj
)

Implementation

static DrivingFerryNative toNative(DrivingFerry obj) {
  return _DrivingFerryNativeInit(
      mapkit_geometry_geometry.SubpolylineImpl.toNative(obj.position));
}