MLKitBarcodeScanning Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
-
BarcodeGeoPoint objects represent GPS coordinates extracted from QR codes containing location data (e.g., GEO: type).
-
The class provides read-only access to the latitude (latitude) and longitude (longitude) values of the geographical point.
-
Instances of BarcodeGeoPoint cannot be directly initialized using the default initializer (init).
BarcodeGeoPoint
class BarcodeGeoPoint : NSObject
GPS coordinates from a GEO: or similar QR Code type data.
-
Declaration
Swift
var latitude: Double { get }
-
Declaration
Swift
var longitude: Double { get }
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[null,null,["Last updated 2024-07-10 UTC."],[],[]]