Hacker News new | ask | show | jobs
by bflood 3253 days ago
there is no iBeacon (not sure where you're quoting that from?), its just spatial data (lat/lons) projected into the SCNScene coordinate space (which is relative to the location and heading of the device when the ARSession starts)
1 comments

>Core Location provides services for determining a device’s geographic location, altitude, orientation, or position relative to a nearby iBeacon.

https://developer.apple.com/documentation/corelocation

As the quote states, it can (determine the geographic location, altitude, orientation) OR (determine position relative to a nearby iBeacon)
ok yes, an iBeacon is one possible way CoreLocation determines a device's location. in this case there was none, only GPS (and I guess Wifi is used as well)