> 1 - The pins I've plotted are not displaying
function CreateGSMarkers() {
var guideservice_markers = [];
That array only has meaningful existence within the function; it is a
local variable. As you want to use this array once it is populated in
the manager, you probably want to set it as a global variable like you
did with 'map'.
http://econym.org.uk/gmap/scope.htm
> 2 - I tried to control the max and min zoom with mgr = new
> MarkerManager(map, mgrOptions);
The options are not currently present in your example.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---