Property | Defined by | ||
---|---|---|---|
drawn : Boolean [read-only]
| ShieldStyle | ||
![]() | edited : Boolean = false Is the style active (properties have been set)?
| Style | |
![]() | evals : Object Compiled SWFs for each eval.
| Style | |
![]() | interactive : Boolean = true Does this style permit mouse interaction?
(Some styling, such as P2's back-level yellow highlight for selected ways, should not respond
to mouse events.)
| Style | |
![]() | merged : Boolean = false Has this style had another style merged into it?
(When styles cascade, then we need to merge the first style with any subsequent styles that apply.)
| Style | |
properties : Array [read-only]
| ShieldStyle | ||
shield_height : uint | ShieldStyle | ||
shield_image : String | ShieldStyle | ||
shield_width : uint | ShieldStyle | ||
![]() | sublayer : Number = 5 The sublayer is the z-index property _within_ an OSM layer.
| Style |
drawn | property |
drawn:Boolean
[read-only]Implementation
public function get drawn():Boolean
properties | property |
properties:Array
[read-only]Implementation
public function get properties():Array
shield_height | property |
public var shield_height:uint
shield_image | property |
public var shield_image:String
shield_width | property |
public var shield_width:uint