isArea method

bool isArea()

Implementation

bool isArea() {
  return location.length > 1;
}