# File lib/geokit/mappable.rb, line 254
    def hash
      lat.hash + lng.hash
    end