I’m working on an Android app that needs to be able to display information on Google maps.
I’m considering two ways of implementing this:
-
Use the Google maps api provided for android with the MapActivity class
-
Or I could use the javascript google maps api and view the map data on my phone through a WebView rather than using a MapView.
Would anyone be able to list any advantages/disadvantages of these methods?
Would the WebView be as responsive as the Android Google Maps app?
Thanks heaps
I won’t go far to conclude which is the best, but still these are things that I encountered upon trying for both approach.
Customizable:
Download time:
Current Issues:
Cheers.