I am trying to create a custom search widget in experience builder and I am getting stuck accessing the map.
I would like to call map.goTo({center: [-199, 33], zoom: 12}) on the map view but I am having some trouble getting access to the JimuMapView to make this logic work.
Does anyone have any suggestions on how to get access to the map to call this type of logic?