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