Property | Defined by | ||
---|---|---|---|
drawn : Boolean [read-only]
| PointStyle | ||
![]() | edited : Boolean = false Is the style active (properties have been set)?
| Style | |
![]() | evals : Object Compiled SWFs for each eval.
| Style | |
icon_height : uint | PointStyle | ||
icon_image : String | PointStyle | ||
icon_width : uint = 0 | PointStyle | ||
![]() | 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]
| PointStyle | ||
rotation : Number | PointStyle | ||
![]() | 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
icon_height | property |
public var icon_height:uint
icon_image | property |
public var icon_image:String
icon_width | property |
public var icon_width:uint = 0
properties | property |
properties:Array
[read-only]Implementation
public function get properties():Array
rotation | property |
public var rotation:Number