# File lib/geokit/mappable.rb, line 415
    def city=(city)
      @city = Geokit::Inflector::titleize(city) if city
    end