Barcode.GeoPoint

  • Barcode.GeoPoint represents GPS coordinates extracted from QR codes like 'GEO:'.

  • It provides methods to access the latitude (getLat()) and longitude (getLng()) of the location.

  • This class inherits standard methods from java.lang.Object like equals(), hashCode(), and toString().

public static class Barcode.GeoPoint extends Object

GPS coordinates from a 'GEO:' or similar QRCode type.

Public Method Summary

double
getLat()
Gets the latitude.
double
getLng()
Gets the longitude.

Inherited Method Summary

Public Methods

public double getLat ()

Gets the latitude.

public double getLng ()

Gets the longitude.