Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 684 Bytes

File metadata and controls

34 lines (18 loc) · 684 Bytes

See html formatted version

Data.SetPropertyEvent interface

google.maps.Data.SetPropertyEvent interface

The properties of a setproperty event.

Properties

undefined

Type:  Data.Feature

The feature whose property was set.

undefined

Type:  string

The property name.

undefined

Type:  *

The new value.

undefined

Type:  *

The previous value. Will be undefined if the property was added.