
BBjGeolocationEvent::getLongitude
Description
In BBj 11.00 and higher, this method returns the longitude in decimal degrees.
Syntax
| Return Value | Method |
|---|---|
| double | getLongitude() |
Parameters
None.
Return Value
The "getLongitude" attribute is a geographic coordinate specified in decimal degrees.
Remarks
This value is only meaningful if getStatus() = 0. If getStatus() is non-zero, indicating an error result, getLongitude() returns null.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.