0

I created a symbol on a map.

val symbol = PictureMarkerSymbol.createWithImage(
   BitmapDrawable(resources, drawable?.toBitmap())
)
val pointGraphic = Graphic(point, symbol)

Now I want to click this symbol and this click shows a popup for this symbol displaying some text. Does anybody know how to do this?

padmalcom
  • 1,156
  • 3
  • 16
  • 30

0 Answers0