# File lib/jpmobile/position.rb, line 21
    def initialize
      @lat = nil
      @lon = nil
      @options = {}
    end