Barcode.GeoPoint

  • Barcode.GeoPoint represents GPS coordinates from 'GEO:' or similar QR code types.

  • It provides public methods to retrieve both latitude and longitude.

  • The class inherits standard methods from java.lang.Object.

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.