New Post: Cache gets mixed up
Thank you for the quick response! It is not clear to me why the tiles get mixed up. Please explain. I need multiple instances of the same provider. Can I use something like this to fix the problem. In...
View ArticleNew Post: Cache gets mixed up
You're right :) The situation is I have to switch between geographic maps like open street map and maps created from drawings. I use Maperative to generate the tiles. Works great :) So I created a...
View ArticleNew Post: Cache gets mixed up
DbId is generated using Guid id, so use some other parameter, like hash of name or something... ..and you don't need multiply instances of the same provider, but i mean for one map, for different maps...
View ArticleNew Post: Google API v3 Support
Hi there, I have observed and used this great project now for a while. It seems that development on the Google API (v3) has been halted - probably due to the fact that the project has run into trouble...
View ArticleNew Post: Windows 8 Metro support
Is it possible to run GMap in a windows 8 app store/metro?
View ArticleNew Post: How can I change marker image on a marker click
Let say I have 200 markers with custom images on the Gmap. I click one of the marker to signal a 'status' change on this marker/position. I want to be able to just change image and tooltip on the...
View ArticleNew Post: Country Boundaries
google geocoder returns: // <ExtendedData> // <LatLonBox north="54.8616279" south="54.4663633" east="25.4839269" west="24.9688846" /> // </ExtendedData> but current code doesn't...
View ArticleNew Post: Country Boundaries
Where can i get the geocoder? Can i use the following code?GeocodingProvider a = GMap.NET.MapProviders.GoogleMapProvider.Instance as GeocodingProvider;
View ArticleNew Post: Country Boundaries
could you give an example on how to get data from the geocoder? Have tried many things and don't think i have quite understood how.
View ArticleNew Post: Street View + Orientation?
Is it possible to use street view with GMAP.net and is it possible to get the Orientation + Positioning information?
View ArticleNew Post: How can I change marker image on a marker click
Thank you Radioman ! And for you who want to acomplish the same with VB here is my code. Private Sub GMap1_OnMarkerClick(ByVal item As GMap.NET.WindowsForms.GMapMarker, ByVal e As...
View ArticleNew Post: GMap1.MapProvider = GMapProviders.GoogleMap
How Can I set GoogleMap as default map on startup in form load ? GMaps.Instance.UseRouteCache = True GMaps.Instance.UseGeocoderCache = True GMaps.Instance.UsePlacemarkCache = True GMaps.Instance.Mode =...
View ArticleNew Post: ASP.Net support
I've created a desktop application using GMaps.Net and have now been asked to create a web based version of my app. I have no experience of web development, is it possible to use GMaps.Net in an...
View Article