New Post: GetDirections Usage Limit
google has paid service too, otherwise you can try to trace requests from their webpage
View ArticleNew Post: cached map file types
What file types is GMap able to read? For example, bcp, rpf, vpf, and trs.
View ArticleNew Post: Unable to add route
I am receiving the same error message (was working fine up till a few weeks ago) when trying to run .GetRoute also using GoogleMaps as provider. Moma83 if you find a solution please post here :-)
View ArticleNew Post: Unable to add route
http://greatmaps.codeplex.com/discussions/640458#post1432078
View ArticleNew Post: Unable to add route
radioman wrote:http://greatmaps.codeplex.com/discussions/640458#post1432078
View ArticleNew Post: Unable to add route
that proposed answer give you "directions" not a "route", I would like to be able to add a route to a map, as the above code is trying to do. Can a route be added to the map from a directions object?
View ArticleCreated Unassigned: GetRoute returning 'Null' [16123]
Following code:PointLatLng start1 = new PointLatLng(51.61055, 8.34348);PointLatLng end1 = new PointLatLng(51.5042742, 5.4458191);MapRoute route1 =...
View ArticleEdited Unassigned: GetRoute returning 'Null' [16123]
Following code:PointLatLng start1 = new PointLatLng(51.61055, 8.34348);PointLatLng end1 = new PointLatLng(51.5042742, 5.4458191);MapRoute route1 =...
View ArticleCommented Unassigned: GetRoute returning 'Null' [16123]
Following code:PointLatLng start1 = new PointLatLng(51.61055, 8.34348);PointLatLng end1 = new PointLatLng(51.5042742, 5.4458191);MapRoute route1 =...
View ArticleCommented Unassigned: GetRoute returning 'Null' [16123]
Following code:PointLatLng start1 = new PointLatLng(51.61055, 8.34348);PointLatLng end1 = new PointLatLng(51.5042742, 5.4458191);MapRoute route1 =...
View ArticleCommented Unassigned: GetRoute returning 'Null' [16123]
Following code:PointLatLng start1 = new PointLatLng(51.61055, 8.34348);PointLatLng end1 = new PointLatLng(51.5042742, 5.4458191);MapRoute route1 =...
View ArticleCommented Unassigned: GetRoute returning 'Null' [16123]
Following code:PointLatLng start1 = new PointLatLng(51.61055, 8.34348);PointLatLng end1 = new PointLatLng(51.5042742, 5.4458191);MapRoute route1 =...
View ArticleCommented Unassigned: GetRoute returning 'Null' [16123]
Following code:PointLatLng start1 = new PointLatLng(51.61055, 8.34348);PointLatLng end1 = new PointLatLng(51.5042742, 5.4458191);MapRoute route1 =...
View ArticleNew Post: downloading map dat?
Is there a way to download mapdata onto a local harddrive to use in cacheOnly mode? Even if it is like 2 TB of map data?
View ArticleNew Post: downloading map dat?
you must use ServerAndCache mode for that, and yes, it's possible, 2TB is actually the real limit for default sqlite cache you can use integrated prefetcher in demos, select area holding alt, click...
View ArticleNew Post: downloading map dat?
This is awesome and exactly what i need! the one thing is, how do i select where the map data is saved?
View ArticleNew Post: GoogleMapProvider getroute return null
Hi, I'm having the same issue, even with the DemoWindowsForm downloaded on this site. Any news on this? Thanks
View Article