Google Map Api Key` In Android
I need to show the google map in webview application the page will be stored local, and will get the cordinates from the server and will use google map to show the location, so my
Solution 1:
If you are just accessing google map in webview, or default map application on device, you don't need an api key, you need api key, in case you need to access MapView in your application.
Solution 2:
You can use WebView and MapView:
For WebView you Do Not need api key:
http://developer.android.com/reference/android/webkit/WebView.html
For MapView you need map api key:
http://developer.android.com/resources/tutorials/views/hello-mapview.html.herehttp://mobiforge.com/developing/story/using-google-maps-android
Post a Comment for "Google Map Api Key` In Android"