Adobe DPS - Reading SDK 2.32

Class adobeDPS-PositionError

Platforms:
iOS

This class represents the geolocation position error
This is compatible with the WebKit PositionError interface

Constructor

adobeDPS-PositionError(code:Number, message:String)
[inner] Create a geolocation PositionError object.

Static Fields

Field Defined By
adobeDPS-PositionError.PERMISSION_DENIED
Permission denied error code
PositionError
adobeDPS-PositionError.POSITION_UNAVAILABLE
Position unavailable error code
PositionError
adobeDPS-PositionError.TIMEOUT
Location request timeout error code
PositionError

Fields

Field Defined By
code : Number
The error code
PositionError
message : String
The error message corresponding to the error code
PositionError
Class Detail
adobeDPS-PositionError(code:Number, message:String)
[inner] Create a geolocation PositionError object.
Parameters
code Number The error code
message String The error message corresponding to the error code
Static Field Details
adobeDPS-PositionError.PERMISSION_DENIED
Permission denied error code
Platforms:
iOS
adobeDPS-PositionError.POSITION_UNAVAILABLE
Position unavailable error code
Platforms:
iOS
adobeDPS-PositionError.TIMEOUT
Location request timeout error code
Platforms:
iOS
Field Details
code : Number
The error code
Platforms:
iOS
message : String
The error message corresponding to the error code
Platforms:
iOS
©2012-2013 Adobe Systems, inc
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:40 GMT-0700 (PDT)