# File lib/geokit/mappable.rb, line 225
    def lat=(lat)
      @lat = lat.to_f if lat
    end