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
Solved! Go to Solution.
If you look at the Popup Open method there is a updateLocationEnabled property that you must set to true.
If you look at the Popup Open method there is a updateLocationEnabled property that you must set to true.
Thank you @RobertScheitlin__GISP