# File lib/geokit/mappable.rb, line 177
    def distance_to(other, options={})
      self.class.distance_between(self, other, options)
    end