Select to view content in your preferred language

Clickable map marker

261
0
02-01-2012 07:43 PM
User123
Emerging Contributor
How can i make the map bubble clickable?

i have a graphic layer with a marker display on map. I want to make it such that when i click on the marker, a message will be display.

Eg.

PictureMarkerSymbol marker = new PictureMarkerSymbol(drawable);
     
Graphic graphicS = new Graphic(p, marker);
graphicsLayer.addGraphic(graphicS);

0 Kudos
0 Replies