Internal display in iOS

I have a map of my office room. I am trying to implement interior display inside an office room for iOS. I watched a video from WWDC2014 on Corelocation and Indoor Mapping. I also have some sample code from them. I'm not sure what exactly they mean by "floor plan pixel". I have an image of an office and how can I use the following image to be used as a pixel of the floor plan? I would really appreciate if anyone can advise me on how to do this or let me know if there are githubs or other resources that do internal mapping and tracking in iOS.

thank It is the floor plan of my office room

+3


source to share


1 answer


You will need to apply for your matching spot on the Apple Map Connect website. You will need to declare that you are the venue manager, then instructions will follow. This will include providing blueprints for the event venue at Apple, Wi-Fi base station locations, and (possibly) iBeacons. You will need to use the specific Apple app (which you will find in the Appstore) to match the venue. When the whole process is done, you will be online: you can see your place on Apple maps and do whatever you need to do.

Having said that, Apple still seems to be focused on venues with at least a million visitors a year. If your space is less, you are stuck with iBeacons and your own implementation of the positioning / proximity algorithm. Take a look at Open Tagger as an example in Swift, this will give you an idea of ​​the problem and hopefully a very good starting point.



https://github.com/PaoloLongato/open-tagger/tree/github-master

+3


source







All Articles