I am creating map, where I have marker(pins), which are PictureMarkerSymbol objects. When you click on them, popup appears, in which more data about this marker also appears. What you can offer for me to use, to create this functionality?
What I have: PictureMarkerSymbol objects on map.
What I need: When you click them, popup with it's data appears.
Paulius,
If you are using the JavaScript API, have a look at the following for some ideas:
I saw these ideas, but almost all examples have his data from services nowhere I found, how to do this with PictureMarkerSymbols.