Currently I'm developing an Android app that uses the GMaps v3 API to draw a route and calculate the kilometers along that route. I was wondering if there is any way to save such route into a KML or a file of sorts into the device, so it can later be loaded into it.
Thanks!
Related
I am creating an application, and I haved the coordinates to draw the polylines I need, but I want to draw those polylines when I am offline to show where the user is on the route via GPS. Is it possible? I have read about OSMAND but I am already using Google Maps in the app I am developing and I would like to keep it like that.
I am planning to create a app which displays bus lines on a google maps map and I want it to display the paths the buses take. I know about polylines and polygons in google maps, but idk how I can make them snap to the road. Is that possible? Can I just use the Directions API for that?
I have a problem: I need to calculate the routing within a mall that has a plan registered in google maps, but with the direction API can not get the indoor routing. To be precise if I am away from the mall and I want to calculate the route to an internal area, I am guided to the outside of the mall, while I would like my app would calculate a route for the section inside the building . To do this I currently use the Google Maps Android API v2 and the Direction api with json output. Does anyone have any suggestions for me? sorry for my bad English
I have exactly the same problem; compting a route (with mode=walking) between two points that are both inside a mall gives a path that starts, goes and ends out of the building.
The closest similar path found on Google Maps (HTML version, from a browser) is the "bike" one...
I am using the Google's Android MAPs API V2 for indoor mapping in our app. It displays the indoor map correctly. Now, I am calling the Directions API to get the co-ordinates between two points to plot them on the indoor map for the way finding. However the Directions API always returns outside walking co-ordinates for two points selected within the indoor map. Is Indoor directions API only available for Google's Maps app ?
I am building an Android application for showing a route from source to destination.
In the app, I am finding an optimal path compared to Google Maps path.
But for driving directions, I want an API which will shows the directions from source to destination turn by turn as shown in attachment.
Since I am creating my own path, I have a bunch of latitudes and longitudes from source to destination.
Is there any way I can use my own data(i.e latitudes and longitudes) and show it in the figure shown below?
You will have to use a non-google map for displaying the turn-by-turn directions, it's expressly forbidden in their TOS.