google.maps.Data.SetPropertyEvent
interface
The properties of a setproperty event.
| Properties | |
|---|---|
feature |
Type:
Data.FeatureThe feature whose property was set. |
name |
Type:
stringThe property name. |
newValue |
Type:
*The new value. |
oldValue |
Type:
*The previous value. Will be undefined if the property was added. |