Referensi Framework MLKitBarcodeScanning

MLKBarcodeGeoPoint


@interface MLKBarcodeGeoPoint : NSObject

Koordinat GPS dari data jenis Kode QR GEO: atau yang serupa.

  • Lintang lokasi.

    Pernyataan

    Objective-C

    @property (nonatomic, readonly) double latitude;
  • Bujur lokasi.

    Pernyataan

    Objective-C

    @property (nonatomic, readonly) double longitude;
  • Tidak tersedia.

    Pernyataan

    Objective-C

    - (nonnull instancetype)init;