New Post: getting lat/lon from an address
I am using 1.6. R u suggesting I should get the Beta version?
View ArticleNew Post: Animating a route
Since right-click moves the screen, you might be able to simulate a right-click and move the map around. BTW: I need a map that travels along as well and I don't want to do it in Javascript.... File:...
View ArticleNew Post: Find closest point in route
Hello, is there a method to find closest point on route by lat, lon ? Best regards, Great product !
View ArticleNew Post: Current Position Databinding
Hi Radioman, is it possible to change the current position so that it can handle databinding. Ive tried to put in a dependency property in the custom map file but it break the map :) public PointLatLng...
View ArticleNew Post: Find closest point in route
Hi! Here you go: (You need to reference WindowsBase for the System.Windows.Vector class): /// <summary> /// Returns the point that lies on the polyline and is closest to a given point. ///...
View ArticleNew Post: Current Position Databinding
The error I get is "Cannot create an instance of 'Map'" 'The invocation of the constructor on type 'WpfGmap2012.MapControls.Map' that matches the specified binding constraints threw an exception.' Line...
View ArticleNew Post: Find closest point in route
Hello Xandolph, thank you for fast reply. Unfortunately, I am using GMap in LabView, so I cannot implement new methods through C#, I would have to go with wrapper and this only gives overhead. if there...
View ArticleNew Post: Google Maps Directions - Added Waypoints
if (_code == DirectionsStatusCode.OK)
View ArticleNew Post: Google Maps Directions - Added Waypoints
This would require to have the longitude and latitude of the addresses. I wanted to use a physical address. I guess my problem maybe it to find a way to "translate" a physical address into a latitude...
View ArticleNew Post: Really? GMap.net does not provide a way to get lat/lon from an...
Isn't this the simplest thing people r looking for when they think of GIS or mapping software?
View ArticleNew Post: Really? GMap.net does not provide a way to get lat/lon from an...
use map provider functions, and yes it's just an optional functionality, not important at all
View ArticleNew Post: OpenStreetMapQuestSatteliteProvider -- Incorrect URL
MapQuest Satellite tiles are currently broken. In the OpenStreetMapQuestSatteliteProvider class, the current URL format is:"http://oatile{0}.mqcdn.com/naip/{1}/{2}/{3}.png" But according to this...
View ArticleNew Post: Really? GMap.net does not provide a way to get lat/lon from an...
Ok radioman. I guess I can try to utilize other services for geocoding. Do you know how we can determine the direction so that we can rotate the map? For example, if I travel South, the map should be...
View ArticleNew Post: Google Maps Directions - Added Waypoints
yes, I prefer to geocode (the lat/lng of the address) before, then you have no reliance on an address. You could get someone to open up a map and point out a location near a field :) On the other hand,...
View ArticleNew Post: Problem/BUG with 2 gmap controls at the same time?
hi, at first i would like to sai,wow great works,i realy like this.I realy liked to work with it.But i found some problem or bug didn't know how to call it...so the problem is if you work with 2 gmap...
View ArticleCommented Issue: Bearing [16044]
Bearing was not working at least since 1.6. I'm not sure if I'm doing it correctly but now ti's working for me.since it's only in 1 file, I'll paste the diff here.---...
View ArticleNew Post: Adding route to map
aministrator2000 wrote: Sorry. You need to pass the gmap to the GMapOverLay constructor. This line: GMapOverlay routesOverlay = new GMapOverlay("routes"); Should be : GMapOverlay routesOverlay = new...
View ArticleNew Post: Adding route to map
..you are doing something over-complicated, try check the demo source first
View Article