toNative static method

DrivingTollRoadNative toNative(
  1. DrivingTollRoad obj
)

Implementation

static DrivingTollRoadNative toNative(DrivingTollRoad obj) {
  return _DrivingTollRoadNativeInit(
      mapkit_geometry_geometry.SubpolylineImpl.toNative(obj.position));
}