isMultiPointType method

bool isMultiPointType()

Implementation

bool isMultiPointType() {
  return id % 10 == 8;
}