
BBjGeolocationEvent
Description
In BBj 11.00 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_GEOLOCATION_WATCH event.
Remarks
Geolocation is only available in the BUI and DWC browser clients. Because of the sensitivity of location information, browsers only make it available in secure connections (HTTPS or localhost). Browsers explicitly request permission from the user to make location information available in the context of a specific web page. In clients other than BUI and DWC, BBjSysGui::getGeolocation() throws an error.
Methods of BBjGeolocationEvent
| Return Value | Method |
|---|---|
| double | |
| double | |
| double | |
| double | |
| double | |
| double | |
| string | |
| double |
getSpeed() |
| int | |
| long |
Methods of BBjGeolocationEvent inherited from BBjSysGuiEvent
| Return Value | Method |
|---|---|
| BBjControl | getControl() |
Methods of BBjGeolocationEvent inherited from BBjEvent
| Return Value | Method |
|---|---|
| string | getEventName() |
| string | getEventString() |