FirebaseMLVision Framework Reference

VisionBarcodeGeoPoint

class VisionBarcodeGeoPoint : NSObject

GPS coordinates from a ‘GEO:’ or similar QR Code type data.

  • A location latitude.

    Declaration

    Swift

    var latitude: Double { get }
  • A location longitude.

    Declaration

    Swift

    var longitude: Double { get }
  • Unavailable.