fromNative static method

DrivingRestrictedTurn fromNative(
  1. DrivingRestrictedTurnNative native
)

Implementation

static DrivingRestrictedTurn fromNative(DrivingRestrictedTurnNative native) {
  return DrivingRestrictedTurn(
      mapkit_geometry_geometry.PolylinePositionImpl.fromNative(
          native.position));
}