New Post: Moving marker between 2 points
well usually vehicles move on the roads, unless it's a plain
View ArticleNew Post: Moving marker between 2 points
It's a train project for the company I work for, Im trying to find something to have all gps point between 2 points, or convert the pen line coord points to long,latt .
View ArticleNew Post: Moving marker between 2 points
is it's gps points, why do you need more points in between?
View ArticleNew Post: Moving marker between 2 points
It's only for visual demonstration , I want to make the train move between the location following the route.
View ArticleNew Post: Moving marker between 2 points
check http://www.movable-type.co.uk/scripts/latlong.html you can use these formulas
View ArticleNew Post: Moving marker between 2 points
Thanks I think this one will do the job : Destination point given distance and bearing from start point
View ArticleNew Post: Trouble with SetCurrentPositionByKeywords()
Good news; since I was using the source version of 1.6, I was able to get actual useful exception messages. This issue is resolved.
View ArticleNew Post: How to empty local tile cache
I would like to be able to problematically empty the tile cache when using a GMap control in ServerAndChache mode. Is there a specific method I can use on a GMapControl to empty the tile cache for...
View ArticleNew Post: How to empty local tile cache
Thanks, I appreciate the help. However, map.Manager does not seem to have a PrimaryCache property. I am using v1.6 WinForms. Is this feature present in this version? The properties of map.Manager I...
View ArticleNew Post: How to empty local tile cache
i think in the old version there is no such function
View ArticleNew Post: How to empty local tile cache
Ok, cool. I am using 1.6 (power) from the download on the main page. Which version would you recommend using that is the most stable and has this function?
View ArticleNew Post: Zoom on marker hover
Hi,i want to zoom in and out when the cursor is on a markerhow can i do that?thanks
View ArticleNew Post: Zoom on marker hover
radioman wrote:use OnMarkerEnter/Leave events i mean by scrolling mouse wheel when cursor is on marker
View ArticleNew Post: Zoom on marker hover
radioman wrote:map.IgnoreMarkerOnMouseWheel = true;thanks
View ArticleNew Post: update polygon points
Hi, So, I've goy a polygon made from a list of PointLatLng over the map. I change the coordinates of one of those points, and I'd like to update the polygon's points without removing the "old" polygon...
View ArticleNew Post: GMarker with 2 PointLatLng
this are measurement points and i need lines to the center of the measurement...if i make only one route (center-p1-center-p2-center-p3...) is slower than many single lines...
View Article