fromNative static method

DrivingTollRoad fromNative(
  1. DrivingTollRoadNative native
)

Implementation

static DrivingTollRoad fromNative(DrivingTollRoadNative native) {
  return DrivingTollRoad(
      mapkit_geometry_geometry.SubpolylineImpl.fromNative(native.position));
}