BUI logo BBjSysGui::getGeolocation

Description

In BBj 11.0 and higher, this method returns the BBjGeolocation object associated with this BBjSysGui.

Syntax

Return Value

Method

BBjGeolocation

getGeolocation()

Parameters

None.

Return Value

The BBjGeolocation object associated with this BBjSysGui.

Remarks

Geolocation is BUI-specific and might not be available in all browsers. If geolocation is not available, this method throws an error.

Example

rem ' Get the BBjGeolocation object

sysgui! = bbjapi().openSysGui("X0")

geolocation! = sysgui!.getGeolocation())

See Also

BBjAPI

BBjSysGui

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.