Greetings
Im currently adding points of interest to my project i can select a certain POI by typing its name into a textbox is there any code segment that will allow me to zoom on that POI without using the id, i use this code to zoom in on an area selected
winformsMap1.CurrentExtent = AreaLayer.FeatureSource.GetBoundingBoxById(AreaDropMenu.SelectedValue.ToString());
i need something similar for the POI but without the use of the id is that possible?
Thanks