update ()
Class:
Marker
This will update (change) the marker's attributes or appearance. It doesn't currently have API access to all of the marker's original options, but some can be changed. See below for your options.
Returns: true
Example
// assuming you already have access to `marker` as a Marker object
marker.update({
color: '#dddddd'
});