BBjGeolocationEvent::getLatitude
Description
In BBj 11.0 and higher, this method returns the latitude in decimal degrees.
Syntax
Return Value |
Method |
double |
getLatitude() |
Parameters
None.
Return Value
The "getLatitude" 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, getLatitude() returns null.
Example
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.