doGetIconFromAsset method

bool doGetIconFromAsset()

Implementation

bool doGetIconFromAsset() {
  switch (iconType) {
    case UFUThumbIconType.hover:
    case UFUThumbIconType.eagleView:
    case UFUThumbIconType.quickMeasure:
    case UFUThumbIconType.skyMeasure:
      return true;
    default:
      return false;
  }
}