Search found 2 matches
- Wed Aug 02, 2017 1:02 pm
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Dark Side
- Replies: 3
- Views: 9746
Dark Side
Is there a dark map or a night mode map for wpfmap control ?
- Mon Jan 09, 2017 12:23 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Calculate Route
- Replies: 1
- Views: 5224
Calculate Route
I try to calculate route but always I have this error message - "linking to waypoint (zero-based index list: unknown) failed". Below is my code. public class Location { public Location(double latitude, double longitude) { this.Latitude = latitude; this.Longitude = Longitude; } /// <summary...