Select to view content in your preferred language

Multiple pictureMarkers at the same location - how to view

869
2
08-27-2013 09:56 PM
PetreCojocea
Emerging Contributor
Hi,

I have to put the map multiple  PictureMarkerSymbol at the same [lat ,long].
When I click symbol I need to see there are more than one marker there, currently are overlapping.

Ideally would look like google earth  where they spread around.

Is this possible or do I have alternatives?

Regards, Peter
0 Kudos
2 Replies
ZachLiu1
Deactivated User
Point geometry has a offset(dx, dy) method to offsets the point in an x and y direction. Units are map units. So you can give different points different offsets to mark them around the center location.

It depends on how many markers you have for the same location.
0 Kudos
PetreCojocea
Emerging Contributor
Thanks for the  suggestion, looking around I also found cluster marker as a possibility,
Looks to me these are the only 2 options  unless someone else  comes with a miracle solution.
0 Kudos