GMAP.NET Custom Map Provider in VB.NET
blinkor12
101
Reputation points
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
2,892 questions
Sign in to answer