Reputation: 1773
Can iOS Core Location give me coordinates for indoor location with an high accuracy?
If yes, which are the steps to reach them?
Upvotes: 2
Views: 3732
Reputation: 5526
What you are looking for is "Apple Indoor Navigation" / "Apple Maps Connect": https://developer.apple.com/maps/
Problem is that this requires your venue to have a million visitors per year or so. If your venue does not fulfill that requirement you should look into some external Indoor Positioning Services. There's a few open-source DIY ones (https://www.internalpositioning.com/) or companies providing full service to you (https://indoo.rs/)
Disclaimer: I do work for indoo.rs.
Upvotes: 1