fromNative static method

DrivingRestrictedEntry fromNative(
  1. DrivingRestrictedEntryNative native
)

Implementation

static DrivingRestrictedEntry fromNative(
    DrivingRestrictedEntryNative native) {
  return DrivingRestrictedEntry(
      mapkit_geometry_geometry.PolylinePositionImpl.fromNative(
          native.position));
}