Select to view content in your preferred language

View Goto Issue with zooming for an extent

61
0
yesterday
vijaybadugu
Frequent Contributor
I am using mapcomponents with SDK 4.34. some times, it does not zoom to the extent and give us any error in console. Could you please help us.
 
 const expandedExtent = extent.clone().expand(expand);
                      view.goTo(expandedExtent, {
                        duration: duration,
                        easing: "ease-in-out"
                      })
               
0 Kudos
0 Replies