Showing all possible routes in google maps - android

I'm building google maps mobile application using google maps API v2 and I managed to draw a route between two locations. The problem is that I want to show all the possible routes to the direction location not just one. Can you help me, please?
I'm using Android Studio.

Related

Direction Api not working in Android google map

I am working with google map in may application. Map Show two addresses or places and draw line between them. So i used direction api in google map. This Project also link with billing account. But some time its give error This api project is not authorized to use this api. some time its work
what is the problem? How can I solve this?

Android - Using Google Maps API - Is it possible to link some sort of google navigation service to any polylines?

I am new to the Google Maps API for android, and recently encountered a problem with a project I'm making. I'm trying to make a network of polylines that represent walking paths on Google maps, but I was wondering, is it possible to get the typical google directions for navigating those polylines? For example, if you are in a park and there are several paths to get to the parking lot, would google maps be able to tell you the fastest path if the paths are represented by polylines?

Google Maps coordinates different than apple maps

I am converting an Android app which uses Google Maps and the given longitude and latitude. I want to port the app to iOS and was thinking which maps system was better, either the native from Apple or the Google SDK. Apart from that I have some POI in Google which I would like to show also on the iOS equivalent.
Question is: Are the two coordinate system equal? So if I would put them on a map they would show the same location either on MapKit or Google Maps SDK.
sounds like the China GPS shift problem to me... otherwise, both Google Maps and Apple Maps (Tom Tom) should be in WGS84.

How to do indoor directions on an Android Google Map

I am doing an app that allows users to get directions from one room to the next room of the same building and require the application to show the user indoor directions. I have tried and tested the Google Maps Intent which opened the Google Maps app and gave directions from one room to the next. I am required to not allow the user to open up an external map app and then receive directions. Instead they must use the Google Map built into my application. I was wondering if it's at all possible to do indoor directions on Google Maps Android API. Would genuinely appreciate any help I get. Thanks!
The Google Maps Android API v2 has options for indoor maps. See https://developers.google.com/maps/documentation/android/ under 'Indoor Maps' for a quick example.
Of course, that doesn't prevent them from using an external app by itself, but it does let you provide them indoor map data in your app.
Well I think you should have to start by using internal sensors to navigate. Add an indoor map of the building so that you would know where you are at in the building.

Bing maps on android app, any questions

Hi guys I'm new on android dev and I wanna ask you some questions about the potential of bing maps on android because Google Maps I've in my first app doesn't allow me on v2 api to remove business POI. So I've decided to use bing maps because I've seen that it has this opportunity, but I wanna ask you if I can call gmaps for navigation to a location from my app that use bing maps.
If you wanna suggest any other maps that allow to remove POIs made by map it's very appreciate
First off, Bing Maps doesn't have an option to remove the POI's that are on the map tiles. Want to make sure you are aware of that before you get too far here. As for mixing the data from two different map providers, this isn't generally allowed. However if you are just launching the other app this shouldn't be much of an issue.

Categories

Resources