Here is my first tutorial on Android development. The purpose of this tutorial is to create custom marker for Google Maps using a layout containing a customizable TextView..
CustomMapMarker is hosted in the following web site
https://github.com/Nasc/CustomMapMarker
If you think the Android project CustomMapMarker 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 CustomMapMarker.
Item | Value |
---|---|
Java File Count | 1 |
Target SDK Version | 17 |
Minimum SDK Version | 9 |
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.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.example.mapdemo.permission.MAPS_RECEIVE com.google.android.providers.gsf.permission.READ_GSERVICES |
There are 1 image files in CustomMapMarker. The names of the image files are listed as follows.
custom_marker.png
The following screenshort is generated from the image listed above.
CustomMapMarker has the following Java source files.
com.nasc.sample.custommarker.CustomMapMarker.java