MLKitBarcodeScanning 프레임워크 참조

MLKBarcodeGeoPoint


@interface MLKBarcodeGeoPoint : NSObject

GEO: 또는 이와 유사한 QR 코드 유형 데이터의 GPS 좌표입니다.

  • 위치의 위도입니다.

    선언

    Objective-C

    @property (nonatomic, readonly) double latitude;
  • 위치의 경도입니다.

    선언

    Objective-C

    @property (nonatomic, readonly) double longitude;
  • 사용할 수 없습니다.

    선언

    Objective-C

    - (nonnull instancetype)init;