GMAP.NET Custom Map Provider in VB.NET

blinkor12 101 Reputation points
2021-04-03T21:52:44.417+00:00

I am using the GMAP.NET nuget package to render a map in VB.NET Windows Forms Application. I'm trying to get a custom map provider to work with gmap instead of only using the preset ones.

I set the map provider for GMAP with the following line of code.

GMapControl1.MapProvider = GMap.NET.MapProviders.GoogleMapProvider.Instance

GMAP only provides some maps (such as Bing Maps/Yandex Maps/Google Maps/ArcGIS maps) but I want to add my own map provider since I have created one with a custom design.

Is there any simple way I can add my own map provider to be compatible with GMAP.NET with vb.net?

Developer technologies VB
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.