Packagede.bytepark.geostats
Classpublic class Marker3DOptions



Public Properties
 PropertyDefined by
  animated : Boolean
Marker3DOptions
  color : uint
color of the marker3d
Marker3DOptions
  height : Number
height of the marker3d
Marker3DOptions
  interactiv : Boolean
marker3D make this marker interactive
Marker3DOptions
  radius : Number
radius of the marker3d
Marker3DOptions
  style : String
Marker3DOptions
  type : String
Marker3DOptions
Public Methods
 MethodDefined by
  
Marker3DOptions(color:uint, height:Number, radius:Number, type:String = "box", style:String = "solid", animated:Boolean = false, interactive:Boolean = false)
With this class you define the look and behavior of the marker3d
Marker3DOptions
Public Constants
 ConstantDefined by
  DEFAULT_COLOR : uint = 0x4499CC
[static] default color of the marker3d
Marker3DOptions
  DEFAULT_HEIGHT : Number = 100
[static] default height of the marker3d
Marker3DOptions
  DEFAULT_RADIUS : Number = 5
[static] default radius of the marker3d
Marker3DOptions
Property detail
animatedproperty
public var animated:Boolean

colorproperty 
public var color:uint

color of the marker3d

heightproperty 
public var height:Number

height of the marker3d

interactivproperty 
public var interactiv:Boolean

marker3D make this marker interactive

See also

Marker3DEvent
radiusproperty 
public var radius:Number

radius of the marker3d

styleproperty 
public var style:String

See also

typeproperty 
public var type:String

See also

Constructor detail
Marker3DOptions()constructor
public function Marker3DOptions(color:uint, height:Number, radius:Number, type:String = "box", style:String = "solid", animated:Boolean = false, interactive:Boolean = false)

With this class you define the look and behavior of the marker3d

Parameters
color:uint — color of the marker3d
 
height:Number — height of the marker3d
 
radius:Number — radius of the marker3d
 
type:String (default = "box") — type of the marker3d (Marker3DTypes)
 
style:String (default = "solid") — style of the marker3d (Marker3DStyles)
 
animated:Boolean (default = false)
 
interactive:Boolean (default = false) — is the marker3d is interactiv

See also

Constant detail
DEFAULT_COLORconstant
public static const DEFAULT_COLOR:uint = 0x4499CC

default color of the marker3d

DEFAULT_HEIGHTconstant 
public static const DEFAULT_HEIGHT:Number = 100

default height of the marker3d

DEFAULT_RADIUSconstant 
public static const DEFAULT_RADIUS:Number = 5

default radius of the marker3d