New Post: How to Autozoom all markers in gmap.net
1. myMap.Overlays.Add(markersOverlay);2. myMap.ZoomAndCenterMarkers if that doesnt work, try put ZoomAndCenterMarkers in OnLoad/OnShown event
View ArticleNew Post: How to Autozoom all markers in gmap.net
Appreciate your answer. That was the trick ... as you can see it above I was getting the sequence of the calls incorrect. This fixed the issue.!
View ArticleNew Post: Can we use our google key to connect to google maps from windows...
Hi, Thanks for the reply. I would like to be able to use our key. Right now I am using it as following: GoogleMapProvider.Instance.RefererUrl = "http://maps.googleapis.com/maps/api/";...
View ArticleNew Post: Can we use our google key to connect to google maps from windows...
the key is used only for geocoding/routing/direction functions, tile data doesn't require keys
View ArticleNew Post: problems to load a lot of markers
Hi all, i'm trying to load a lot of markers on the map, but the markers loading very very slow. Is there a possibility to load a lot of markers very fast?
View ArticleNew Post: problems to load a lot of markers
thank you for the fast answer. Now it loads pretty fast, but the map renders very slow if I'm moving the map around or if I try to zoom in. Is there a way to increase the performance of the rendering...
View ArticleNew Post: problems to load a lot of markers
well the more objects you render, the slower it gets, but you can try some tricks, like setting overlay invisible before/while moving/zooming
View ArticleNew Post: Zoom on double click
I want to add the capability to zoom on the map when double-clicked (it is for a tablet). I got the map to zoom on double click but the map doesn't zoom where clicked, it zooms on center. Basically I...
View ArticleNew Post: Zoom on double click
check map.MouseWheelZoomType, its for event void OnMouseWheel(MouseEventArgs e), but it's possible to adapt its logic for clicks
View ArticleNew Post: Resizing map when window is resized
I have a map and it works great the only problem is that I would like to be able to resize my map and make it go full screen. I can resize the window but the map always stays the same size. How do I go...
View ArticleNew Post: How to assign points from a list && route is returning null
I'm working on a project and I need to calculate the route via coordinates. The coordinates can just be input to textboxes and the number of the coordinates is not pre-defined. So I created a list and...
View ArticleNew Post: How to assign points from a list && route is returning null
routing service recently was removed by google, try directions instead
View ArticleNew Post: DirectionsProvider
Are the Google Map Providers the only ones that support the DirectionsProvider? I am getting everything else I need from the OpenStreetMapProvider but I also need a list of directions (that can be...
View ArticleNew Post: How to assign points from a list && route is returning null
Oh, My mind was about to blow.. Thanks.
View ArticleNew Post: Curved Polygon Lines
Say I have 3 way points but don't want a triangle, I want a circle connecting them. Is there a way to have the Polygon Lines curve at a certain radius? I could calculate all the numbers pretty easily...
View ArticleNew Post: Any advice for gmap on surface pro?
I created a winform application and transferred it to a surface pro tablet with windows 8. It works fine but I want some advice or suggestions if anyone can give. Is there anything that I should do to...
View Article