GMap.NET icon indicating copy to clipboard operation
GMap.NET copied to clipboard

GMapControl.SetPositionByKeywords doesn't work with GoogleMap and others

Open STL1974 opened this issue 4 years ago • 1 comments

I tried to set the Position by Keywords when the Form loads. As Keyword i used "Deutschland" or a City name in Germany. I found out that there are a few map providers where the method works fine but not with GoogleMaps.

STL1974 avatar Apr 20 '21 17:04 STL1974

The SetPosition keyword needs GMap.NET.PointLatLng format, not string.

wymanJS avatar May 11 '21 20:05 wymanJS