New Post: not showing map
Hi Radio. I have an issue, and thought that could be interesting to post it this way. Perhaps other people experimet the same thing. I'm using version 1.7 runtime version v2.0.50727 Suddenly when i...
View ArticleNew Post: not showing map
More info. When i try to open more older projects with runtime version v2.0.50727 version v1.5.5.5 everything goes on. Not functioning any project with the 1.7 version Thnk for your time Yeyo PD: Still...
View ArticleNew Post: not showing map
there is no runtime compatibility between these versions, you have to rebuild your app
View ArticleNew Post: not showing map
I know, I know... these are two differents projects. The one using 1.5.5.5 works fine The one using version 1.7 worked fine too, but suddenly stop working. All other projects using version 1.7 in my...
View ArticleNew Post: not showing map
Map dont show.... everythig in the proyect works, but the gmap control is gray and no map on it. Yeyo
View ArticleNew Post: not showing map
Returned to version 1.5.5 in the new project, and everything goes on... will keep trying to find what happends, but in the middle will use 1.5.5 Yeyo
View ArticleNew Post: In DemoStuff.cs , how do I get lat, lon of screen edges
I am in a function like this one: DemoStuff.cs: public static void GetFlightRadarData(List<FlightRadarData> ret, PointLatLng location, int zoom, bool resetSession) Inside a function like that,...
View ArticleNew Post: In DemoStuff.cs , how do I get lat, lon of screen edges
just find min/max coordinates, why do you need that, it's probably whole planet anyway ;}
View ArticleNew Post: Get Information(Lat,Lon) of Clicked Marker in WPF
How can i get lat,long position of a marker when user drags a marker from one point to other on a map i want lat,long position of two points. i am using currentmarker.position which gives the lat,lng...
View ArticleNew Post: Map control not redrawing correctly after switching provider. [C#]
I am having some trouble with my code: The map is only displayed in the corner of the map control when I change the map provider with comboBox_maps. I cannot figure out how to get the maps to redraw...
View ArticleNew Post: Map control not redrawing correctly after switching provider. [C#]
works fine for me, maybe you use old version ;/
View ArticleNew Post: Polygon tranaparency
Dear radioman thank you, your answer work great (again) for future reference/ others that have same needs, i used: // below creates other Fill / pen for use Brush Fill_Polygon = new...
View ArticleNew Post: Google Style Clustered Tooltips
Hello mike_mankus, I would like to know how did u created those red and yellow clouds using GmapImage. is it possible to change their image during runtime?
View ArticleNew Post: Google Style Clustered Tooltips
softprogen wrote: Hello mike_mankus, I would like to know how did u created those red and yellow clouds using GmapImage. is it possible to change their image during runtime? It's quite easy to update...
View ArticleNew Post: Google Style Clustered Tooltips
I'm doing something quite a bit different, but here is a good link on creating heatmap type images:http://dylanvester.com/post/Creating-Heat-Maps-with-NET-20-(C-Sharp).aspx Obviously it's usefulness to...
View ArticleNew Post: Google Style Clustered Tooltips
Thank you for the reply, I was searching heatmap kind of image for my application, and your link and ideas seems quite useful for me.
View Article