ข้อมูลอ้างอิงเฟรมเวิร์ก MLKitBarcodeScanning

MLKBarcodeGeoPoint


@interface MLKBarcodeGeoPoint : NSObject

พิกัด GPS จาก GEO: หรือข้อมูลประเภทคิวอาร์โค้ดที่คล้ายกัน

  • ละติจูดของตำแหน่ง

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly) double latitude;
  • ลองจิจูดของตำแหน่ง

    คำประกาศ

    Objective-C

    @property (nonatomic, readonly) double longitude;
  • ไม่พร้อมใช้งาน

    คำประกาศ

    Objective-C

    - (nonnull instancetype)init;