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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -