INDOOR NAVIGATION app in Augmented reality - augmented-reality

I am trying to build an indoor Navigation app in augmented reality, where path to a destination will be shown to a destination.
Problem is I am not able to find where to start and what to do. I have taken the various destination GPS coordinates.But what to do next ? I am thinking to use mapbox but new to everything. What should I do?

Related

Regarding Indoor Navigation using AR

I am currently doing a AR based ios app for indoor navigation. So how can i create database for multiple floor building and how to use that data for navigation?

Can drag and drop capability be implemented in ARKit?

After the release of Apple ARKit, there will be a lot of augmented reality apps will be released and I'm very new to this concept and wanna ask some questions about it.
1-) Can you implement drag and drop for ARScene? What I mean is lets say I have camera feed(ARScene) on the background and have another view on top of that having some images. Can I drag any image from that overlay and place it in my ARScene anywhere I want?
2-) If ARKit doesn't have this capability are there any other frameworks that can support this?
Thanks all.

Define custom navigation paths in Google Maps

I am trying to implement something like Google's indoor maps feature, locally in my iOS app, using GroundOverlays. I could easily get the overlay part done by overlaying a .png image at some position in the map, using the API. I could also implement a custom floors switcher, just like Google's one, so it changes the floor overlay image. However, I still miss the ability to navigate in the native indoor maps. How can I define custom navigation paths in that region so when user navigates between two points inside it, the calculated path gets generated with respecting them?

Offline mapping tile creation

In one of my iOS application I want to show an offline indoor map with navigation. I searched it in google and then I found solutions like routeme, mapbox etc .But the thing is I have to do this without any external libraries for that I did a sample project using mktileoverlay and it is working fine with that sample map. My problem is how I will make tiles for my indoor map with the proper structure and how to do navigation with that map. Thanks in advance.

Map Navigator for iOS

(I'm not a iOS dev, just need to know it for a concept) is it possible to have a navigation system the same like the maps app have it whitout leaving the my own map-app that uses the google maps inside. And will it be possible to use the turnbyturn navigation in iOS6 and the new Vector map inside of my own map-app?
You will have to use the official Maps app for turn-by-turn. You can draw paths on the MKMapView but would need to supply your own data.

Resources