Packagegoogle.maps
Classpublic class Marker
InheritanceMarker Inheritance MVCObject Inheritance Object

See also

[google_maps_api_v3_11]


Public Properties
 PropertyDefined By
  MAX_ZINDEX : Object
[static]
Marker
Public Methods
 MethodDefined By
  
Marker(opt_opts:Object = null)
Marker
 Inherited
addListener(eventName:String, handler:Function):MapsEventListener
MVCObject
 Inherited
bindTo(key:String, target:MVCObject, opt_targetKey:String, opt_noNotify:Boolean = false):Object
MVCObject
 Inherited
changed(key:String):Object
MVCObject
 Inherited
get(key:String):*
MVCObject
  
Marker
  
getClickable():Boolean
Marker
  
getCursor():String
Marker
  
getDraggable():Boolean
Marker
  
getFlat():Boolean
Marker
  
getIcon():Object
Marker
  
getMap():Object
Marker
  
Marker
  
getShadow():Object
Marker
  
getShape():Object
Marker
  
getTitle():String
Marker
  
getVisible():Boolean
Marker
  
getZIndex():Number
Marker
 Inherited
notify(key:String):Object
MVCObject
 Inherited
set(key:String, value:Object):Object
MVCObject
  
setAnimation(animation:Animation):Object
Marker
  
setClickable(flag:Boolean):Object
Marker
  
setCursor(cursor:String):Object
Marker
  
setDraggable(flag:Boolean):Object
Marker
  
setFlat(flag:Boolean):Object
Marker
  
setIcon(icon:Object):Object
Marker
  
setMap(map:Object):Object
Marker
  
setOptions(options:Object):Object
Marker
  
setPosition(latlng:LatLng):Object
Marker
  
setShadow(shadow:Object):Object
Marker
  
setShape(shape:Object):Object
Marker
  
setTitle(title:String):Object
Marker
 Inherited
setValues(values:Object):Object
MVCObject
  
setVisible(visible:Boolean):Object
Marker
  
setZIndex(zIndex:Number):Object
Marker
 Inherited
unbind(key:String):Object
MVCObject
 Inherited
unbindAll():Object
MVCObject
Property Detail
MAX_ZINDEXproperty
public static var MAX_ZINDEX:Object

See also

- [(number|string)]
[google_maps_api_v3_11]
Constructor Detail
Marker()Constructor
public function Marker(opt_opts:Object = null)

Parameters
opt_opts:Object (default = null) — [(Object|google.maps.MarkerOptions|null|undefined)]

See also

[google_maps_api_v3_11]
Method Detail
getAnimation()method
public function getAnimation():Animation

Returns
Animation

See also

[google_maps_api_v3_11]
getClickable()method 
public function getClickable():Boolean

Returns
Boolean

See also

[google_maps_api_v3_11]
getCursor()method 
public function getCursor():String

Returns
String

See also

[google_maps_api_v3_11]
getDraggable()method 
public function getDraggable():Boolean

Returns
Boolean

See also

[google_maps_api_v3_11]
getFlat()method 
public function getFlat():Boolean

Returns
Boolean

See also

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

Returns
Object

See also

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

Returns
Object

See also

[google_maps_api_v3_11]
getPosition()method 
public function getPosition():LatLng

Returns
LatLng

See also

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

Returns
Object

See also

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

Returns
Object

See also

[google_maps_api_v3_11]
getTitle()method 
public function getTitle():String

Returns
String

See also

[google_maps_api_v3_11]
getVisible()method 
public function getVisible():Boolean

Returns
Boolean

See also

[google_maps_api_v3_11]
getZIndex()method 
public function getZIndex():Number

Returns
Number

See also

[google_maps_api_v3_11]
setAnimation()method 
public function setAnimation(animation:Animation):Object

Parameters

animation:Animation — [(google.maps.Animation|null)]

Returns
Object

See also

[google_maps_api_v3_11]
setClickable()method 
public function setClickable(flag:Boolean):Object

Parameters

flag:Boolean — [boolean]

Returns
Object

See also

[google_maps_api_v3_11]
setCursor()method 
public function setCursor(cursor:String):Object

Parameters

cursor:String — [string]

Returns
Object

See also

[google_maps_api_v3_11]
setDraggable()method 
public function setDraggable(flag:Boolean):Object

Parameters

flag:Boolean — [(boolean|null)]

Returns
Object

See also

[google_maps_api_v3_11]
setFlat()method 
public function setFlat(flag:Boolean):Object

Parameters

flag:Boolean — [boolean]

Returns
Object

See also

[google_maps_api_v3_11]
setIcon()method 
public function setIcon(icon:Object):Object

Parameters

icon:Object — [(google.maps.Icon|google.maps.Symbol|null|string)]

Returns
Object

See also

[google_maps_api_v3_11]
setMap()method 
public function setMap(map:Object):Object

Parameters

map:Object — [(google.maps.Map|google.maps.StreetViewPanorama|null)]

Returns
Object

See also

[google_maps_api_v3_11]
setOptions()method 
public function setOptions(options:Object):Object

Parameters

options:Object — [(Object|google.maps.MarkerOptions|null)]

Returns
Object

See also

[google_maps_api_v3_11]
setPosition()method 
public function setPosition(latlng:LatLng):Object

Parameters

latlng:LatLng — [(google.maps.LatLng|null)]

Returns
Object

See also

[google_maps_api_v3_11]
setShadow()method 
public function setShadow(shadow:Object):Object

Parameters

shadow:Object — [(google.maps.Icon|google.maps.Symbol|null|string)]

Returns
Object

See also

[google_maps_api_v3_11]
setShape()method 
public function setShape(shape:Object):Object

Parameters

shape:Object — [(google.maps.MarkerShape|null)]

Returns
Object

See also

[google_maps_api_v3_11]
setTitle()method 
public function setTitle(title:String):Object

Parameters

title:String — [string]

Returns
Object

See also

[google_maps_api_v3_11]
setVisible()method 
public function setVisible(visible:Boolean):Object

Parameters

visible:Boolean — [boolean]

Returns
Object

See also

[google_maps_api_v3_11]
setZIndex()method 
public function setZIndex(zIndex:Number):Object

Parameters

zIndex:Number — [number]

Returns
Object

See also

[google_maps_api_v3_11]