|
Posted
1 day
ago
by
Padrone
I'm sorry I did'nt check hybrid map
that was what i wanted thanks for your help |
||||||
|
Posted
1 day
ago
by
radioman
yes, it's called hybrid mode
|
||||||
|
Posted
1 day
ago
by
Padrone
I think you have misunderstood
I mean This |
||||||
|
Posted
2 days
ago
by
radioman
you can try to use: GetDirections(out GDirections direction, string start, IEnumerable<string> wayPoints
|
||||||
|
Posted
2 days
ago
by
radioman
just use hybrid mode provider:
MainMap.MapProvider = GMapProviders.GoogleHybridMap; |
||||||
|
Posted
2 days
ago
by
radioman
/// <summary>
/// NotImplemented /// </summary> /// <param name="placemark"></param> /// <param name="pointList"></param> /// |
||||||
|
Posted
2 days
ago
by
radioman
remove: gMapControl1_Load
then GMapOverlay routesOverlay = new GMapOverlay("routes"); public Form1() { InitializeComponent(); gmap.MapProvider = GMapProviders.GoogleMap; gmap.Overlays.Add(routesOverlay); } |
||||||
|
Posted
2 days
ago
by
radioman
p.s. you can try manually call:
GMapProviders.GoogleMap.OnInitialized(); |
||||||
|
Posted
4 days
ago
by
ajarpa
I have a problem with the geocoder in my app.
In the GetPoint I need a placemark. in my case i need to put "address[0]", that is a string, and also the string itself is a placemark to. The program doesn't allow me to put a |
||||||
|
Posted
5 days
ago
by
muscken
Hi,
Thank you very much for this great job! I'm trying to do a test wf application reading your tutorial. i've add one simple marker and a basic route in one overlay. there are some problems: 1)first click on button1 the route |
||||||
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.