Search code examples
androidmapsdirections

Android indoor directions with Google api


I currently have an app which displays a map fragment and can display navigation to a given point. The indoor maps is enabled and the building I'm trying to use does have indoor maps, but it only navigates to outside the building even when the transport mode is set to walking.

Is there currently any way to do this?


Solution

  • It seems that the Google Maps Android API does not support this feature for now. Even if you select the correct travel mode, which should be walking, the route is traced on the nearest road and not on the indoor path.

    I'm also waiting for this option to be released, since it is currently possible to get this outcome using Google's own Maps web app.