FirebaseVisionBarcode.GeoPoint

public static class FirebaseVisionBarcode.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.