Class GeoParsedResult

    • Method Detail

      • getGeoURI

        public String getGeoURI()
      • getLatitude

        public double getLatitude()
        Returns:
        latitude in degrees
      • getLongitude

        public double getLongitude()
        Returns:
        longitude in degrees
      • getAltitude

        public double getAltitude()
        Returns:
        altitude in meters. If not specified, in the geo URI, returns 0.0
      • getQuery

        public String getQuery()
        Returns:
        query string associated with geo URI or null if none exists
      • getDisplayResult

        public String getDisplayResult()