New Post: Setting CacheLocation throws TypeLoadException during runtime
Hi Radioman, I am running into a TypeLoad exception when trying to set the CacheLocation property of Windows Froms GmapControl. I am not sure if this is related to how i am building my application, but...
View ArticleNew Post: Setting CacheLocation throws TypeLoadException during runtime
check the innerexception
View ArticleNew Post: How to prevent route overlap when zoom out
Hi Radioman, I intend to make something like in GoogleMap -> Traffic. It is parallel routes of two roads which have no overlap each other regardless zoom in or zoom out. Any suggestion?
View ArticleNew Post: Help on changing projection
there is no need to change projection, it's constant, create your own provider with your own projection if you need it
View ArticleNew Post: map navigation control
Hello: GMap.Net is a excellent gis software, I have been concerned about it. Can you add map navigation control, real location in the bottom of map control itself like google map and google earth, I...
View ArticleNew Post: Help on changing projection
Dear radioman Thanks for your help, But unfortunately, I almost got lost in the code, in different version of dlls, source codes, and etc. could you please kindly give me a step by step guide to do...
View ArticleNew Post: Region and Language dependencies
GMAP.NET gives Exception: The remote server returned error: (400) Bad Request when I changed Region and Language -> Format to other country (not English(US)); but works normally when English(US) WTF?!
View ArticleNew Post: Get terrain elevations
How i solve this problem you must use Newtonsoft.Json;.dll. download from internet is free for use public static double visineSaGoogla(double lat, double lng) { WebResponse response = null;...
View ArticleNew Post: Region and Language dependencies
Why its not working on other language settings?
View ArticleNew Post: Problem downloading static map from BingSatelliteMap
It seems I am having issues downloading the static image from BingSatelliteMap. Whenever i download the map, it comes out transparent except for the copy write and scale that was drawn on it. To...
View ArticleNew Post: Problem downloading static map from BingSatelliteMap
I am getting this in the output window. CheckTileImageHttpResponse[false]:...
View ArticleNew Post: Adding my own points on a route
hi when i draw the route with the function "routebetweenpoints" i need that the route croos over specifing points i have 900 coordinates here is my code : Dim route As MapRoute =...
View ArticleNew Post: Get Location Points (LatLng) List between two points (start and end)
hi i need to add my own points between start ,end how can i do ? Dave
View ArticleNew Post: don't draw route
hi i have the same probleme i need to draw a routes with lot of points (900 or 1000) i try this code put it doesn t work Dim routesOverlay As GMapOverlay = New GMapOverlay(MainMap, "routes")...
View ArticleNew Post: Orientation on the route
dear Radioman is there anyway to add the orientation of the the route ,so we can see the Direction? Thanks per advance Dave
View ArticleNew Post: Disable tooltips auto possitioning on a layer
Hi Radioman, Do you know how can I disable the tooltips auto possitioning on a layer. Many Thanks, Jeno
View Article