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;