I want to use another map provider in my GMapControl.
For example, I can use GoogleMap:
GMapControl myMapControl = new GMapControl();
myMapControl.MapProvider = GMapProviders.GoogleMap;
All build-in map providers are stored in GMapProviders.
How can I add my custom GMapProvider?
I need to add 2Gis map provider.