Hello guys.
I am using GMap Control but I have a problem:
When I add GMap Control to my Form and Run:
The plus sign with "debug build" keep showing up on the map.
This is my code:
map.MapProvider = GMap.NET.MapProviders.GoogleMapProvider.Instance;
GMap.NET.GMaps.Instance.Mode = GMap.NET.AccessMode.ServerOnly;
gmap.SetPositionByKeywords("Pacific Ocean");
gmap.Position = new GMap.NET.PointLatLng(48.8589507, 2.2775175);
gmap.ShowCenter = false;
Can anyone help me with this problem ?