I am switching google maps from v2 to v3 and I am running into a problem with finding the conversion from GSize. Does anyone know how to make the change.
I have a table containing multiple addresses, including their Lat/Long coordinates, and I want to place many of these markers onto a google map at once, using asp.net webforms and Google Maps Javascri
I\'m working with multiple map markers. Currently I use map.fitBounds(bounds); in my JavaScript to resize the map. bounds contains multiple LatLng objects.
I am using the google maps API with regular key (not premier). When connecting to my server with http, everything works fine, but when connecting with https i receive the following instead of map:
This question already has answers here: How do I limit panning in Google maps API V3? (15 answers) Closed 8 years ago.
I have ran into a very strange issue with Google Maps in Chrome 5.0.375.99: if you dynamically create more than one Maps instance, the second and 开发者_如何转开发on have a strange bug where it does n
I\'m trying to achieve the following thing: Have different types of markers on m开发者_C百科y map for example, schools, libraries, bus stops and I want to be able to show/hide each group of markers.
This image should explain my problem: alt text http://dl.dropbox.com/u/2792776/screenshots/2010-06-30_1304.png
In V2 there was a way to limi开发者_StackOverflow社区t panning/dragging so the map stays within certain bounds. How is that done in V3?
I\'m building an ASP.NET MVC site where I want to have a Google Maps Javascript API map that shows markers loaded from my backend through AJAX.