marker-manager

GMaps: set MarkerOptions

The Google Maps [MarkerManager][1] has a function to get a marker at a location: getMarker(lat:Number, lng:Number, zoom:Number) with this description: Returns a marker given latitude, longitude and zoom. If the marker does not exist, the method will return a new marker. If a new marker is created, it will NOT be added to t...

Marker Manager not showing markers

Hi there, I am having problems using the MarkerManager. Somehow Markers added with the MarkerManager do not show up, though i do mgr.refresh(); It works when i use basic map.addOverlay(marker); but not when using mgr.addMarker(marker);. Weird. Hope someone here can help. Here's the relevant code: if (GBrowserIsCompatible()) { ma...