I'm trying to include in my app, using the Google Maps API and the Directions API, a way to show directions inside a mall from one store to another. If you use the stock Google Maps app in Android KitKat or a web browser, there's no problem on doing it.
However if you use the directions api with mode parameter set to "Walking" I get with the directions going out of the building instead of getting the route inside.
I've tried sending an intent to Google Maps app from my app and still the same. I've also tried copying the URL you get when calculating the route in maps.google.com, without fixing the problem.
Any help?
Thanks a lot.