Package | ardisia.components.htmlGeolocation.events |
Class | public class HtmlGeolocationErrorEvent |
Inheritance | HtmlGeolocationErrorEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
errorType : String
Type of error. | HtmlGeolocationErrorEvent |
Method | Defined By | ||
---|---|---|---|
HtmlGeolocationErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, errorType:String) | HtmlGeolocationErrorEvent | ||
clone():Event [override]
Necessary for re-dispatching to work. | HtmlGeolocationErrorEvent |
Constant | Defined 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 |
errorType | property |
public var errorType:String
Type of error.
The default value is null
.
HtmlGeolocationErrorEvent | () | Constructor |
public function HtmlGeolocationErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, errorType:String)
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
errorType:String |
clone | () | method |
override public function clone():Event
Necessary for re-dispatching to work.
ReturnsEvent — HtmlGeolocationErrorEvent
|
BROWSER_NO_SUPPORT | Constant |
public static const BROWSER_NO_SUPPORT:String = browserNoSupport
ERROR | Constant |
public static const ERROR:String = error
EXTERAL_INTERFACE_NOT_SUPPORTED | Constant |
public static const EXTERAL_INTERFACE_NOT_SUPPORTED:String = ExternalInterfaceNotSupported
PERMISSION_DENIED | Constant |
public static const PERMISSION_DENIED:String = permissionDenied
POSITION_UNAVAILABLE | Constant |
public static const POSITION_UNAVAILABLE:String = positionUnavailable
SWF_NOT_FOUND | Constant |
public static const SWF_NOT_FOUND:String = swfNotFound
TIMEOUT | Constant |
public static const TIMEOUT:String = timeout
UNKNOWN | Constant |
public static const UNKNOWN:String