Popup not moving on features on click of next and previous button

660
2
Jump to solution
03-03-2022 01:09 AM
ShefaliMantri
New Contributor III

Hello Team,

On click of the map point, using geodesic method we fetch all near by features and pass to the popup.

On click of  the popup pagination (i.e. Next and previous Button), the popup is not moving into selected features.

Question:- How to move popup position on click of next and previous button of popup

 

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

@ShefaliMantri 

If you look at the Popup Open method there is a updateLocationEnabled property that you must set to true.

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

@ShefaliMantri 

If you look at the Popup Open method there is a updateLocationEnabled property that you must set to true.

ShefaliMantri
New Contributor III

Thank you @RobertScheitlin__GISP 

0 Kudos