Packagecom.panosalado.model
Classpublic class Params

Params object used by PanoSalado.loadPanorama(params:Params) to specify the path for the new panorama, as well as any view data values to use for it. Unspecified values will be untouched.



Public Properties
 PropertyDefined by
  boundsHeight : Number
Params
  boundsWidth : Number
Params
  fieldOfView : Number
Params
  maximumFieldOfView : Number
Params
  maximumPan : Number
Params
  maximumTilt : Number
Params
  minimumFieldOfView : Number
Params
  minimumPan : Number
Params
  minimumTilt : Number
Params
  pan : Number
Params
  path : String
Params
  tierThreshold : Number
Params
  tilt : Number
Params
Public Methods
 MethodDefined by
  
Params(path:String, pan:Number, tilt:Number, fieldOfView:Number)
Params
Property detail
boundsHeightproperty
public var boundsHeight:Number
boundsWidthproperty 
public var boundsWidth:Number
fieldOfViewproperty 
public var fieldOfView:Number
maximumFieldOfViewproperty 
public var maximumFieldOfView:Number
maximumPanproperty 
public var maximumPan:Number
maximumTiltproperty 
public var maximumTilt:Number
minimumFieldOfViewproperty 
public var minimumFieldOfView:Number
minimumPanproperty 
public var minimumPan:Number
minimumTiltproperty 
public var minimumTilt:Number
panproperty 
public var pan:Number
pathproperty 
public var path:String
tierThresholdproperty 
public var tierThreshold:Number
tiltproperty 
public var tilt:Number
Constructor detail
Params()constructor
public function Params(path:String, pan:Number, tilt:Number, fieldOfView:Number)Parameters
path:String
 
pan:Number
 
tilt:Number
 
fieldOfView:Number