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...
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...
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 ...
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....
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...