Hi,
I am trying to get route of two locations, using the code like this:
MapRoute route = GMap.NET.MapProviders.GoogleMapProvider.Instance.GetRoute(Airport, Hotel, true, true, 15);
This works great in my own computer and tablet, and I need to demonstrate my program on a computer with a large touchscreen, but I get null in that computer. Any idea of this? All the tested computers are with Window 7.
I am trying to get route of two locations, using the code like this:
MapRoute route = GMap.NET.MapProviders.GoogleMapProvider.Instance.GetRoute(Airport, Hotel, true, true, 15);
This works great in my own computer and tablet, and I need to demonstrate my program on a computer with a large touchscreen, but I get null in that computer. Any idea of this? All the tested computers are with Window 7.