class USGeo::MetropolitanArea

Core based statistical area with a population greater then 50,000.

Public Instance Methods

metropolitan?() click to toggle source
# File lib/us_geo/metropolitan_area.rb, line 8
def metropolitan?
  true
end
micropolitan?() click to toggle source
# File lib/us_geo/metropolitan_area.rb, line 12
def micropolitan?
  false
end