|
Posted
3 days
ago
by
radioman
/// <summary>
/// NotImplemented /// </summary> /// <param name="placemark"></param> /// <param name="pointList"></param> /// |
||||||
|
Posted
3 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
3 days
ago
by
radioman
p.s. you can try manually call:
GMapProviders.GoogleMap.OnInitialized(); |
||||||
|
Posted
6 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
6 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 |
||||||
|
Posted
6 days
ago
by
radioman
use release build
|
||||||
|
Posted
6 days
ago
by
Padrone
i did not mean marker,
labels like street name or place info on satellite maps |
||||||
|
Posted
6 days
ago
by
XWDxel
The operation:
MapProvider = GMapProviders.GoogleHybridMap takes too long and freezes the UI, I tried to wrap it with Task to run async but then i get exception "Parameter count mismatch". How can I make it load async properly? |
||||||
|
Posted
6 days
ago
by
radioman
markers doesn't depend on any provider
|
||||||
|
Posted
6 days
ago
by
radioman
hi
my application sometimes gives this error and a red cross appears instead of gmapcontrol why this happens? thanks ``` Arithmetic operation resulted in an overflow. at |
||||||
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.