class USGeo::UrbanizedArea

Urban area with population >= 50,000.

Public Instance Methods

cluster?() click to toggle source
# File lib/us_geo/urbanized_area.rb, line 12
def cluster?
  false
end
urbanized?() click to toggle source
# File lib/us_geo/urbanized_area.rb, line 8
def urbanized?
  true
end