-2

This is the Markers with labels

enter image description here

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

Nalaka526
  • 11,278
  • 21
  • 82
  • 116
Richard
  • 333
  • 1
  • 3
  • 6

1 Answers1

0

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?

Community
  • 1
  • 1
lbeziaud
  • 312
  • 4
  • 13