getAppleMapsJointType static method

JointType getAppleMapsJointType(
  1. JointType jointType
)

Implementation

static appleMaps.JointType getAppleMapsJointType(JointType jointType) {
  return appleMapsJointTypes[jointType.value];
}