| Package | google.maps |
| Class | public class Marker |
| Inheritance | Marker MVCObject Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| MAX_ZINDEX : Object [static]
| Marker | ||
| Method | Defined By | ||
|---|---|---|---|
Marker(opt_opts:Object = null) | Marker | ||
![]() | addListener(eventName:String, handler:Function):MapsEventListener | MVCObject | |
![]() | MVCObject | ||
![]() | changed(key:String):Object | MVCObject | |
![]() | 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 | ||
![]() | notify(key:String):Object | MVCObject | |
![]() | 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 | ||
![]() | setValues(values:Object):Object | MVCObject | |
setVisible(visible:Boolean):Object | Marker | ||
setZIndex(zIndex:Number):Object | Marker | ||
![]() | unbind(key:String):Object | MVCObject | |
![]() | unbindAll():Object | MVCObject | |
| MAX_ZINDEX | property |
public static var MAX_ZINDEX:Object
See also
| Marker | () | Constructor |
public function Marker(opt_opts:Object = null)Parameters
opt_opts:Object (default = null) — [(Object|google.maps.MarkerOptions|null|undefined)]
|
See also
| getAnimation | () | method |
| getClickable | () | method |
public function getClickable():BooleanReturns
Boolean |
See also
| getCursor | () | method |
public function getCursor():StringReturns
String |
See also
| getDraggable | () | method |
public function getDraggable():BooleanReturns
Boolean |
See also
| getFlat | () | method |
public function getFlat():BooleanReturns
Boolean |
See also
| getIcon | () | method |
public function getIcon():ObjectReturns
Object |
See also
| getMap | () | method |
public function getMap():ObjectReturns
Object |
See also
| getPosition | () | method |
| getShadow | () | method |
public function getShadow():ObjectReturns
Object |
See also
| getShape | () | method |
public function getShape():ObjectReturns
Object |
See also
| getTitle | () | method |
public function getTitle():StringReturns
String |
See also
| getVisible | () | method |
public function getVisible():BooleanReturns
Boolean |
See also
| getZIndex | () | method |
public function getZIndex():NumberReturns
Number |
See also
| setAnimation | () | method |
public function setAnimation(animation:Animation):Object
Parameters
animation:Animation — [(google.maps.Animation|null)]
|
Object |
See also
| setClickable | () | method |
public function setClickable(flag:Boolean):Object
Parameters
flag:Boolean — [boolean]
|
Object |
See also
| setCursor | () | method |
public function setCursor(cursor:String):Object
Parameters
cursor:String — [string]
|
Object |
See also
| setDraggable | () | method |
public function setDraggable(flag:Boolean):Object
Parameters
flag:Boolean — [(boolean|null)]
|
Object |
See also
| setFlat | () | method |
public function setFlat(flag:Boolean):Object
Parameters
flag:Boolean — [boolean]
|
Object |
See also
| setIcon | () | method |
public function setIcon(icon:Object):Object
Parameters
icon:Object — [(google.maps.Icon|google.maps.Symbol|null|string)]
|
Object |
See also
| setMap | () | method |
public function setMap(map:Object):Object
Parameters
map:Object — [(google.maps.Map|google.maps.StreetViewPanorama|null)]
|
Object |
See also
| setOptions | () | method |
public function setOptions(options:Object):Object
Parameters
options:Object — [(Object|google.maps.MarkerOptions|null)]
|
Object |
See also
| setPosition | () | method |
public function setPosition(latlng:LatLng):Object
Parameters
latlng:LatLng — [(google.maps.LatLng|null)]
|
Object |
See also
| setShadow | () | method |
public function setShadow(shadow:Object):Object
Parameters
shadow:Object — [(google.maps.Icon|google.maps.Symbol|null|string)]
|
Object |
See also
| setShape | () | method |
public function setShape(shape:Object):Object
Parameters
shape:Object — [(google.maps.MarkerShape|null)]
|
Object |
See also
| setTitle | () | method |
public function setTitle(title:String):Object
Parameters
title:String — [string]
|
Object |
See also
| setVisible | () | method |
public function setVisible(visible:Boolean):Object
Parameters
visible:Boolean — [boolean]
|
Object |
See also
| setZIndex | () | method |
public function setZIndex(zIndex:Number):Object
Parameters
zIndex:Number — [number]
|
Object |
See also