Packageardisia.components.htmlGeolocation.events
Classpublic class HtmlGeolocationErrorEvent
InheritanceHtmlGeolocationErrorEvent Inheritance flash.events.Event

Custom error event for the HtmlGeolocation class.



Public Properties
 PropertyDefined By
  errorType : String
Type of error.
HtmlGeolocationErrorEvent
Public Methods
 MethodDefined By
  
HtmlGeolocationErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, errorType:String)
HtmlGeolocationErrorEvent
  
clone():Event
[override] Necessary for re-dispatching to work.
HtmlGeolocationErrorEvent
Public Constants
 ConstantDefined By
  BROWSER_NO_SUPPORT : String = browserNoSupport
[static]
HtmlGeolocationErrorEvent
  ERROR : String = error
[static]
HtmlGeolocationErrorEvent
  EXTERAL_INTERFACE_NOT_SUPPORTED : String = ExternalInterfaceNotSupported
[static]
HtmlGeolocationErrorEvent
  PERMISSION_DENIED : String = permissionDenied
[static]
HtmlGeolocationErrorEvent
  POSITION_UNAVAILABLE : String = positionUnavailable
[static]
HtmlGeolocationErrorEvent
  SWF_NOT_FOUND : String = swfNotFound
[static]
HtmlGeolocationErrorEvent
  TIMEOUT : String = timeout
[static]
HtmlGeolocationErrorEvent
  UNKNOWN : String
[static]
HtmlGeolocationErrorEvent
Property Detail
errorTypeproperty
public var errorType:String

Type of error.

The default value is null.

Constructor Detail
HtmlGeolocationErrorEvent()Constructor
public function HtmlGeolocationErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, errorType:String)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
errorType:String
Method Detail
clone()method
override public function clone():Event

Necessary for re-dispatching to work.

Returns
Event — HtmlGeolocationErrorEvent
Constant Detail
BROWSER_NO_SUPPORTConstant
public static const BROWSER_NO_SUPPORT:String = browserNoSupport

ERRORConstant 
public static const ERROR:String = error

EXTERAL_INTERFACE_NOT_SUPPORTEDConstant 
public static const EXTERAL_INTERFACE_NOT_SUPPORTED:String = ExternalInterfaceNotSupported

PERMISSION_DENIEDConstant 
public static const PERMISSION_DENIED:String = permissionDenied

POSITION_UNAVAILABLEConstant 
public static const POSITION_UNAVAILABLE:String = positionUnavailable

SWF_NOT_FOUNDConstant 
public static const SWF_NOT_FOUND:String = swfNotFound

TIMEOUTConstant 
public static const TIMEOUT:String = timeout

UNKNOWNConstant 
public static const UNKNOWN:String