javascript - How to get marker options in google maps api -
i have google.maps.marker object.
in maps api v3 documentation there method named setoptions({}) no method called getoptions().
i tried call method getoptions() expecting object options data no luck.
so example how options of google.maps.marker or google.maps.circle or google.maps.rectangle overlay?
the reason want because need current colors , opacity level in order adjust form elements synchronized marker (rectangle, circle) state.
10x in advance.
Comments
Post a Comment