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
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'm developing an Ionic app that allows the user to select a point of interest and edit the data. To do so, I need to display a map. I've tried using Google Maps, Leaflet, Bing Maps and they work fine (some are a little bit laggy) but a co-worker warned me that the performance would get worse if I started showing all the markers. (I know that I can use plugins to cluster, but thats not the point).
My supervisor said that it would be better if I used native mobile maps. When the app is launched in Android, the map shown to the user would be the android native map and the same thing for iOS.
Can someone explain if this is even possible? I googled it already but I couldn't find any good alternatives.
Thanks!
I think a way to achieve this is to detect the platform and use specific code for each :
PhoneGap - Detect device type in phonegap
(Ionic is based on phonegap/cordova)
You can also develop a cordova plugin who use differents API from each platform. There is already a cordova plugin for maps, but who only works on ios and android, and only with google map :
https://github.com/mapsplugin/cordova-plugin-googlemaps
Hope this help
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/
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.
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!