[Property] (Ext.Class)
[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)
any
Object Returns the result of calling the overridden method
[Method] Call the parent method of the current method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)
any
Object Returns the result of calling the parent method
[Method] This method is used by an override to call the superclass method but bypass any overridden method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)
any
Object Returns the result of calling the superclass method
[Method] If you are currently watching for the current position this will stop that task
[Method]
[Method] Returns the value of allowHighAccuracy
boolean
Boolean
[Method] Attempts to get the current position of this device
Object An object which contains the following config options:
[Method] Returns the value of frequency
number
Number
[Method] Returns the initial configuration passed to constructor
String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.
any
Object/Mixed
[Method] Returns the value of maximumAge
number
Number
[Method] Returns the value of timeout
number
Number
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Sets the value of allowHighAccuracy
Boolean The new value.
[Method] Sets the value of frequency
Number The new value.
[Method] Sets the value of maximumAge
Number The new value.
[Method] Sets the value of timeout
Number The new value.
[Method] Get the reference to the class from which this object was instantiated
Ext.Class
[Method] Watches for the current position and calls the callback when successful depending on the specified frequency
Object An object which contains the following config options: