getGoogleMapsJointType static method

JointType getGoogleMapsJointType(
  1. JointType jointType
)

Implementation

static googleMaps.JointType getGoogleMapsJointType(JointType jointType) {
  return googleMapsJointTypes[jointType.value];
}