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 doublegetLat()

Gets the latitude.

public doublegetLng()

Gets the longitude.