showMagnifierOnTapAndHold not working in AGSMapView

1969
1
Jump to solution
07-11-2016 12:15 AM
ShyamAgarwal1
New Contributor

down votefavorite

I am using a AGSMapView from the ArcGIS Runtime SDK. I want to show the magnifier when the user performs a tap and hold gesture on the map.

As per the documentation, I have set the following:

showMagnifierOnTapAndHold = true

Unfortunately, the magnifier is still not visible. Can anyone help me out here?

Thanks

0 Kudos
1 Solution

Accepted Solutions
RyanOlson1
Esri Contributor

did you add the ArcGIS.bundle file to your project? If not, the magnifier probably won't show as it needs the image which is in the bundle.

View solution in original post

1 Reply
RyanOlson1
Esri Contributor

did you add the ArcGIS.bundle file to your project? If not, the magnifier probably won't show as it needs the image which is in the bundle.