How to implement Google map API in android.
Google-maps is hosted in the following web site
https://github.com/ayush1/Google-maps
If you think the Android project Google-maps listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Google-maps.
Item | Value |
---|---|
Java File Count | 2 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.example.googlemap.permission.MAPS_RECEIVE com.google.android.providers.gsf.permission.READ_GSERVICES |
There are 1 image files in Google-maps. The names of the image files are listed as follows.
image.png
The following screenshort is generated from the image listed above.
Google-maps has the following Java source files.
com.example.googlemap.MainActivity.java com.example.googlemap.PlaceJSONParser.java