MLKitBarcodeScanning Framework Reference
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."],[[["\u003cp\u003e\u003ccode\u003eBarcodeGeoPoint\u003c/code\u003e objects represent GPS coordinates extracted from QR codes containing location data (e.g., \u003ccode\u003eGEO:\u003c/code\u003e type).\u003c/p\u003e\n"],["\u003cp\u003eThe class provides read-only access to the latitude (\u003ccode\u003elatitude\u003c/code\u003e) and longitude (\u003ccode\u003elongitude\u003c/code\u003e) values of the geographical point.\u003c/p\u003e\n"],["\u003cp\u003eInstances of \u003ccode\u003eBarcodeGeoPoint\u003c/code\u003e cannot be directly initialized using the default initializer (\u003ccode\u003einit\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,["# MLKitBarcodeScanning Framework Reference\n\nBarcodeGeoPoint\n===============\n\n class BarcodeGeoPoint : NSObject\n\nGPS coordinates from a `GEO:` or similar QR Code type data.\n- `\n ``\n ``\n `\n\n ### [latitude](#/c:objc(cs)MLKBarcodeGeoPoint(py)latitude)\n\n `\n ` \n A location latitude. \n\n #### Declaration\n\n Swift \n\n var latitude: Double { get }\n\n- `\n ``\n ``\n `\n\n ### [longitude](#/c:objc(cs)MLKBarcodeGeoPoint(py)longitude)\n\n `\n ` \n A location longitude. \n\n #### Declaration\n\n Swift \n\n var longitude: Double { get }\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)MLKBarcodeGeoPoint(im)init)\n\n `\n ` \n Unavailable."]]