markermanager

Google Maps and Markermanager throws error

I'm using google map API along with the MarkerManager. I load the 2 javascript libraries by JQuery. Here is my Javascript: function initialize() { $.getScript('http://gmaps-utility-library.googlecode.com/svn/trunk/markermanager/release/src/markermanager.js'); $.getScript('http://maps.google.com/maps?file=api&v=2&asy...

GoogleMaps API MarkerManager and SideBar

I just recently started dabbing into GoogleMaps this week. Anyway, I just recently was able to add MarkerManager to my code and I have it up and running. Now my question comes as this. Is it possible to use the SideBar to do the following? Or any other method of doing the following would help as well. Here is what I need to accompli...

Styling google map marker when using markerManager

I have a big list of markers (pinpoints) stored in an XML file and am using markerManager to load these on a google map. I'm having some difficulty understanding how I style to marker. I understand that you can add some simple css to a marker like: <div style="width: 200px; height: 100px;"></div> but don't know how to integrate that ...

what is your favorite third party API for Google maps V3 ??? and why ???

Hi , I need from you to share your experience with any third party API for Google Maps V3 and your rating please share information like name , url , tech used (serverside , clientside ) , price or license , performance , any thing you would like to add for example I like: 1-markermanager 2-http://google-maps-utility-library-v3....

Hide a circle along with the binded marker

Hi! I'm working with Google Maps v3 and I use the MarkerManager to hide the markers on a certain zoom level. I bind circle objects to these markers. Anyway, they aren't hided when the markers are. How can I bind the circles to hide with the markers? The binding: var marker = new google.maps.Marker({ position: new google.maps.LatLng(l...