Packagegoogle.maps
Classpublic class MVCObject
InheritanceMVCObject Inheritance Object
Subclasses Marker

See also

[google_maps_api_v3_11]


Public Methods
 MethodDefined By
  
MVCObject
  
addListener(eventName:String, handler:Function):MapsEventListener
MVCObject
  
bindTo(key:String, target:MVCObject, opt_targetKey:String, opt_noNotify:Boolean = false):Object
MVCObject
  
changed(key:String):Object
MVCObject
  
get(key:String):*
MVCObject
  
notify(key:String):Object
MVCObject
  
set(key:String, value:Object):Object
MVCObject
  
setValues(values:Object):Object
MVCObject
  
unbind(key:String):Object
MVCObject
  
unbindAll():Object
MVCObject
Constructor Detail
MVCObject()Constructor
public function MVCObject()

See also

[google_maps_api_v3_11]
Method Detail
addListener()method
public function addListener(eventName:String, handler:Function):MapsEventListener

Parameters

eventName:String — [string]
 
handler:Function — [Function]

Returns
MapsEventListener

See also

[google_maps_api_v3_11]
bindTo()method 
public function bindTo(key:String, target:MVCObject, opt_targetKey:String, opt_noNotify:Boolean = false):Object

Parameters

key:String — [string]
 
target:MVCObject — [(google.maps.MVCObject|null)]
 
opt_targetKey:String — [(null|string|undefined)]
 
opt_noNotify:Boolean (default = false) — [(boolean|undefined)]

Returns
Object

See also

[google_maps_api_v3_11]
changed()method 
public function changed(key:String):Object

Parameters

key:String — [string]

Returns
Object

See also

[google_maps_api_v3_11]
get()method 
public function get(key:String):*

Parameters

key:String — [string]

Returns
*

See also

[google_maps_api_v3_11]
notify()method 
public function notify(key:String):Object

Parameters

key:String — [string]

Returns
Object

See also

[google_maps_api_v3_11]
set()method 
public function set(key:String, value:Object):Object

Parameters

key:String — [string]
 
value:Object — [?]

Returns
Object

See also

[google_maps_api_v3_11]
setValues()method 
public function setValues(values:Object):Object

Parameters

values:Object — [(Object|null|undefined)]

Returns
Object

See also

[google_maps_api_v3_11]
unbind()method 
public function unbind(key:String):Object

Parameters

key:String — [string]

Returns
Object

See also

[google_maps_api_v3_11]
unbindAll()method 
public function unbindAll():Object

Returns
Object

See also

[google_maps_api_v3_11]