[DevExpress Support Team: CLONED FROM T287322: WinForms - How to display geospatial information in XAF Views using Google, Bing or OpenStreet maps]
Hi,
I have got this to work sucesffully in XAF and vb.net based off this exampled and attached project, using my own custom class with the exception of one line of code
View.CurrentObjectChanged += (s, e) => {
CenterPointOnMap(map, ViewCurrentObject);
Is there a equivalent way to add this in VB.net?
When the object is saved the latitude and longitude are updated via geocoding which works fine but I need that event to fire to update the location on the map
Thanks