Class Geolocation

Index

Properties

Methods

Properties

public static self: IClass

[Property] (Ext.Class)

Methods

public static callOverridden(args?: any): any

[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does

Parameters

  • args?: any optional

    Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)

Returns

any

Object Returns the result of calling the overridden method

public static callParent(args?: any): any

[Method] Call the parent method of the current method

Parameters

  • args?: any optional

    Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)

Returns

any

Object Returns the result of calling the parent method

public static callSuper(args?: any): any

[Method] This method is used by an override to call the superclass method but bypass any overridden method

Parameters

  • args?: any optional

    Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)

Returns

any

Object Returns the result of calling the superclass method

public static clearWatch()

[Method] If you are currently watching for the current position this will stop that task

public static destroy()

[Method]

public static getAllowHighAccuracy(): boolean

[Method] Returns the value of allowHighAccuracy

Returns

boolean

Boolean

public static getCurrentPosition(config?: any)

[Method] Attempts to get the current position of this device

Parameters

  • config?: any optional

    Object An object which contains the following config options:

public static getFrequency(): number

[Method] Returns the value of frequency

Returns

number

Number

public static getInitialConfig(name?: string): any

[Method] Returns the initial configuration passed to constructor

Parameters

  • name?: string optional

    String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.

Returns

any

Object/Mixed

public static getMaximumAge(): number

[Method] Returns the value of maximumAge

Returns

number

Number

public static getTimeout(): number

[Method] Returns the value of timeout

Returns

number

Number

public static initConfig(instanceConfig?: any): any

[Method] Initialize configuration for this class

Parameters

  • instanceConfig?: any optional

    Object

Returns

any

Object mixins The mixin prototypes as key - value pairs

public static setAllowHighAccuracy(allowHighAccuracy?: boolean)

[Method] Sets the value of allowHighAccuracy

Parameters

  • allowHighAccuracy?: boolean optional

    Boolean

public static setFrequency(frequency?: number)

[Method] Sets the value of frequency

Parameters

  • frequency?: number optional

    Number

public static setMaximumAge(maximumAge?: number)

[Method] Sets the value of maximumAge

Parameters

  • maximumAge?: number optional

    Number

public static setTimeout(timeout?: number)

[Method] Sets the value of timeout

Parameters

  • timeout?: number optional

    Number

public static statics(): IClass

[Method] Get the reference to the class from which this object was instantiated

Returns

IClass

Ext.Class

public static watchPosition(config?: any)

[Method] Watches for the current position and calls the callback when successful depending on the specified frequency

Parameters

  • config?: any optional

    Object An object which contains the following config options: