Packagecom.myflashlab.air.extensions.spotlight
Classpublic class AttributeSetPlaces
InheritanceAttributeSetPlaces Inheritance Object



Public Properties
 PropertyDefined By
  altitude : Number
The altitude of the item in meters above sea level, expressed using the WGS84 datum.
AttributeSetPlaces
  city : String
Identifies city of item origin according to guidelines established by the provider.
AttributeSetPlaces
  country : String
Provides full, publishable, name of the country/primary location where the intellectual property of the item was created,according to guidelines of the provider.
AttributeSetPlaces
  GPSAreaInformation : String
AttributeSetPlaces
  GPSDateStamp : Number
AttributeSetPlaces
  GPSDestBearing : Number
AttributeSetPlaces
  GPSDestDistance : Number
AttributeSetPlaces
  GPSDestLatitude : Number
AttributeSetPlaces
  GPSDestLongitude : Number
AttributeSetPlaces
  GPSDifferental : Number
AttributeSetPlaces
  GPSDOP : Number
AttributeSetPlaces
  GPSMapDatum : String
AttributeSetPlaces
  GPSMeasureMode : String
AttributeSetPlaces
  GPSProcessingMethod : String
AttributeSetPlaces
  GPSStatus : String
AttributeSetPlaces
  GPSTrack : Number
The direction of travel of the item, in degrees from true north.
AttributeSetPlaces
  headline : String
A publishable entry providing a synopsis of the contents of the item.
AttributeSetPlaces
  imageDirection : Number
The direction of the item's image, in degrees from true north.
AttributeSetPlaces
  instructions : String
Other editorial instructions concerning the use of the item, such as embargoes and warnings.
AttributeSetPlaces
  latitude : Number
The latitude of the item in degrees north of the equator, expressed using the WGS84 datum.
AttributeSetPlaces
  longitude : Number
The longitude of the item in degrees east of the prime meridian, expressed using the WGS84 datum.
AttributeSetPlaces
  namedLocation : String
The name of the location or point of interest associated with the item.
AttributeSetPlaces
  speed : Number
The speed of the item, in kilometers per hour.
AttributeSetPlaces
  stateOrProvince : String
Identifies Province/State of origin according to guidelines established by the provider.
AttributeSetPlaces
  timestamp : Number
The timestamp on the item.
AttributeSetPlaces
Public Methods
 MethodDefined By
  
AttributeSetPlaces
Property Detail
altitudeproperty
public var altitude:Number

The altitude of the item in meters above sea level, expressed using the WGS84 datum. Negative values lie below sea level.

cityproperty 
public var city:String

Identifies city of item origin according to guidelines established by the provider.

countryproperty 
public var country:String

Provides full, publishable, name of the country/primary location where the intellectual property of the item was created,according to guidelines of the provider.

GPSAreaInformationproperty 
public var GPSAreaInformation:String

GPSDateStampproperty 
public var GPSDateStamp:Number

GPSDestBearingproperty 
public var GPSDestBearing:Number

GPSDestDistanceproperty 
public var GPSDestDistance:Number

GPSDestLatitudeproperty 
public var GPSDestLatitude:Number

GPSDestLongitudeproperty 
public var GPSDestLongitude:Number

GPSDifferentalproperty 
public var GPSDifferental:Number

GPSDOPproperty 
public var GPSDOP:Number

GPSMapDatumproperty 
public var GPSMapDatum:String

GPSMeasureModeproperty 
public var GPSMeasureMode:String

GPSProcessingMethodproperty 
public var GPSProcessingMethod:String

GPSStatusproperty 
public var GPSStatus:String

GPSTrackproperty 
public var GPSTrack:Number

The direction of travel of the item, in degrees from true north.

headlineproperty 
public var headline:String

A publishable entry providing a synopsis of the contents of the item.

imageDirectionproperty 
public var imageDirection:Number

The direction of the item's image, in degrees from true north.

instructionsproperty 
public var instructions:String

Other editorial instructions concerning the use of the item, such as embargoes and warnings.

latitudeproperty 
public var latitude:Number

The latitude of the item in degrees north of the equator, expressed using the WGS84 datum. Negative values lie south of the equator.

longitudeproperty 
public var longitude:Number

The longitude of the item in degrees east of the prime meridian, expressed using the WGS84 datum. Negative values lie west of the prime meridian.

namedLocationproperty 
public var namedLocation:String

The name of the location or point of interest associated with the item. The name may be user provided.

speedproperty 
public var speed:Number

The speed of the item, in kilometers per hour.

stateOrProvinceproperty 
public var stateOrProvince:String

Identifies Province/State of origin according to guidelines established by the provider.

timestampproperty 
public var timestamp:Number

The timestamp on the item. This generally is used to indicate the time at which the event captured by the item took place.

Constructor Detail
AttributeSetPlaces()Constructor
public function AttributeSetPlaces()