This is the Markers with labels
I want to generate this kind of markers.
I know how to generate markers but the trouble is with the labels.
I'm trying to do a wardriving that show the Acces Points in google maps
This is the Markers with labels
I want to generate this kind of markers.
I know how to generate markers but the trouble is with the labels.
I'm trying to do a wardriving that show the Acces Points in google maps
You'll have to customize the icon of each marker.
Then put your image and write the text on the bitmap by code, and then set as the custom-marker with the fromBitmap (Bitmap image)
method.
You can read this to :
android Maps API v2 with custom markers
How to show multiple markers on MapFragment in Google Map API v2?