fromNative static method

DrivingCheckpoint fromNative(
  1. DrivingCheckpointNative native
)

Implementation

static DrivingCheckpoint fromNative(DrivingCheckpointNative native) {
  return DrivingCheckpoint(
      mapkit_geometry_geometry.PolylinePositionImpl.fromNative(
          native.position));
}