I'm a beginner in an android development so I need help.
I'm working on android application which let user input locations on a map and the application make a routing to these locations based on the traffic and which location is close to another. This application aims to reduce the time of driving. I don't know what are the APIs I need. Can someone help me?
Use Google maps api.
Refer these,
http://javapapers.com/android/draw-path-on-google-maps-android-api/
https://developers.google.com/maps/documentation/android-api/
Related
So, was hoping a more advanced developer would be able to give some insight. I am developing an app, and trying to use real-time tracking for users.
Once they are close to a turn or a crosswalk for example (paths crossing basically), the application would send an audio alert.
Is anyone familiar with the API that I need to figure this out? I know that Geo Coding or Inverse Geocoding is offered, but I was reading that not during real time.
Thanks in advance,
I started developing an app for which I am using HERE maps API.
Can someone tell me how to achieve map rotation during navigation?
Also how can a compass be integrated with the map accurately?
Also please how can I download maps for offline navigation, for users who don't have internet all the time?
Also please tell whether these features can be implemented with the standard HERE SDK?
Can someone tell me how to achieve map rotation during navigation?
Please use the road view APIs in NavigationManager. Alternatively, you can animate the map yourself using the NavigationManager#Listener interface callbacks
Also how can a compass be integrated with the map accurately.
Please google for some generic tutorials on Android sensor API integration. Once you get the bearing, you can set it with Map#setOrientation.
Also please how can i download maps for offline navigation, for users who don't have internet all the time.
Please see com.here.android.mpa.MapLoader. There is a section in our tutorials.
Also please tell whether these features can be implemented with the standard HERE sdk?
This is all supported with the "Premium" version of the SDK. The "Starter" edition does not have all these cool features.
I'm currently developping a phonegap mobile application and I want to be able to add the functionnalities of a map.
The features I want in this map is :
can be used offline
can be used to routing the user from a point A to a point B
performant solution
Usable on Android 4 minimum
Free solution
Do you know any solution that can be suitable for me? I have looked on internet but nothing is good as I want.
Thanks.
It's my first time asking here, please forgive me about my bad english
Now, I'm developing a GPS app for Android and I use Garmin Maps that I build from OSM data.
My problem is that I don't know if there is some library that can reder the Garmin map or something that can help me
Thank you very much
How difficult would it be to get a user's location and map it live onto a google map along with the time to complete the route?
As well as this, when the user completes the route, he or she can save it and upload it to a server, others can then download that route and time themselves against it?
It's a bit more involving that that, but would be interested to know how difficult something like this would be to achieve?
I have limited PHP and C# experience so am not a complete novice to coding but have never developed for a mobile platform before..
It shouldn't be Mission Impossible. This link provides everything you need. It uses a Google Maps service that is providing the routes data in [KML] format.
Hope this will help you. Good luck!