How to hide feature in online/offline mode when user zoom in or scrolls map?

2431
1
02-25-2016 11:57 PM
Survey83Demo
New Contributor

I wanted to hide some specific feature on layer based on attribute value in online and offline mode for below case

1) Map Scrolling

When user scrolls the map left or right before showing feature on map I wanted to check whether that feature should be shown or not based on attribute value. I wanted to know which callback method gets called on map view when we scroll and gives me new list of feature currently been shown.

2) On Zooming in

In my app sometimes feature on layer gets visible when I zoom in so before showing feature on map I wanted to check whether that feature should be shown or not based on attribute value. I wanted to know which callback method gets called on map view when we zoom in and gives me new list of feature currently been shown.

Awaiting for reply. Thanks in advance

0 Kudos
1 Reply
AbhishekRathi1
Occasional Contributor

Kindly go through the below mentioned link for details.

Displaying layers at certain scales—Help | ArcGIS for Desktop

0 Kudos