i have been pretty pleased so far with this plugin, but am having a little issue getting to let me use $goMap.setMap() to allow addMarker.
once the map has been created, i am trying the following: (default is addMarker: false)
$.goMap.setMap({ addMarker: true });
what i am trying to accomplish is to only allow the user to add markers from high zoom levels to they can be more accurate. i can track the zoom level easy enough and i can modify other controls such as nav type and position, but can’t set addMarker to true (or multi or false).
it’s a great plugin but seems to lack much documentation, although there are a ton of examples.
plugin url:
http://www.pittss.lv/jquery/gomap/examples.php
any ideas on this would be appreciated.
thanks.
I can’t understand the question, but I suggest to use directly the google maps API, I don’t see this plugin very useful.