Reputation: 5069
I am using infowindow in arcgis to show some information.
Here infowindow comes over my icon. So how can I change position if infowindow above my icon ?
Upvotes: 1
Views: 179
Reputation: 5443
Well, We can resolve this by following ways:
First Approach:
whenever you are adding info popup based on symbol size provide offsetX and offsetY to the popup option.
For more detail and syntax please click here...
Second Approach:
If you are showing info window dynamically using info window show method then you can configure display point dynamically.
for more detail please click here...
Feel free to add your code for better/exact answer.
Hoping above hints will help you :)
Upvotes: 1