# File lib/geokit/mappable.rb, line 204
    def midpoint_to(other, options={})
      self.class.midpoint_between(self,other,options)
    end