Search found 3 matches
- Fri Mar 10, 2017 9:28 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Xroute calculate a route
- Replies: 2
- Views: 6594
Re: Xroute calculate a route
I now tried to just calculate a Route for every 2 waypoints. But now the problem is I have points with this error: cannot calculate route (concerning leg 1)... Private Function CalcRoute(lat1, lon1, lat2, lon2) Dim xRouteClient = New XRouteWSClient() Dim RoutOption As RoutingOption() = New RoutingOp...
- Thu Mar 09, 2017 3:48 pm
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Xroute calculate a route
- Replies: 2
- Views: 6594
Xroute calculate a route
Hey guys, I would like to calculate a route with the XRouteServiceReference calculate Route in VB.Net. I have multiple X and Y coordinates and would like to get all of them into one single route. I thought it would work if I load all of my coordinates into a PointCollection and then : route = XRoute...
- Mon Nov 14, 2016 6:58 am
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: Tooltip show always
- Replies: 1
- Views: 5670
Tooltip show always
Hey guys, I write a programm in VB.Net and am using the xServer Map. I wanted to ask, if there is any way to always show the marker tooltips. And further if there is a mousclick on marker event or something like this. Where i can get to know if a marker is clicked and then show information depending...