toValue method

int toValue()

Implementation

int toValue() {
  switch (this) {
    case BMKMapType.BMKMapTypeNone: return 0;
    case BMKMapType.BMKMapTypeStandard: return 1;
    case BMKMapType.BMKMapTypeSatellite: return 2;
    default: return 0;
  }
}