| Package | com.myflashlab.air.extensions.spotlight |
| Class | public class AttributeSetPlaces |
| Inheritance | AttributeSetPlaces Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| AttributeSetPlaces | |||
| altitude | property |
public var altitude:NumberThe altitude of the item in meters above sea level, expressed using the WGS84 datum. Negative values lie below sea level.
| city | property |
public var city:StringIdentifies city of item origin according to guidelines established by the provider.
| country | property |
public var country:StringProvides full, publishable, name of the country/primary location where the intellectual property of the item was created,according to guidelines of the provider.
| GPSAreaInformation | property |
public var GPSAreaInformation:String
| GPSDateStamp | property |
public var GPSDateStamp:Number
| GPSDestBearing | property |
public var GPSDestBearing:Number
| GPSDestDistance | property |
public var GPSDestDistance:Number
| GPSDestLatitude | property |
public var GPSDestLatitude:Number
| GPSDestLongitude | property |
public var GPSDestLongitude:Number
| GPSDifferental | property |
public var GPSDifferental:Number
| GPSDOP | property |
public var GPSDOP:Number
| GPSMapDatum | property |
public var GPSMapDatum:String
| GPSMeasureMode | property |
public var GPSMeasureMode:String
| GPSProcessingMethod | property |
public var GPSProcessingMethod:String
| GPSStatus | property |
public var GPSStatus:String
| GPSTrack | property |
public var GPSTrack:NumberThe direction of travel of the item, in degrees from true north.
| headline | property |
public var headline:StringA publishable entry providing a synopsis of the contents of the item.
| imageDirection | property |
public var imageDirection:NumberThe direction of the item's image, in degrees from true north.
| instructions | property |
public var instructions:StringOther editorial instructions concerning the use of the item, such as embargoes and warnings.
| latitude | property |
public var latitude:NumberThe latitude of the item in degrees north of the equator, expressed using the WGS84 datum. Negative values lie south of the equator.
| longitude | property |
public var longitude:NumberThe longitude of the item in degrees east of the prime meridian, expressed using the WGS84 datum. Negative values lie west of the prime meridian.
| namedLocation | property |
public var namedLocation:StringThe name of the location or point of interest associated with the item. The name may be user provided.
| speed | property |
public var speed:NumberThe speed of the item, in kilometers per hour.
| stateOrProvince | property |
public var stateOrProvince:StringIdentifies Province/State of origin according to guidelines established by the provider.
| timestamp | property |
public var timestamp:NumberThe timestamp on the item. This generally is used to indicate the time at which the event captured by the item took place.
| AttributeSetPlaces | () | Constructor |
public function AttributeSetPlaces()