Returns the longitude as a double @throws NumberFormatException The string does not contain a valid numeric value.
()
| 132 | * value. |
| 133 | */ |
| 134 | public double |
| 135 | getLongitude() { |
| 136 | return Double.parseDouble(getLongitudeString()); |
| 137 | } |
| 138 | |
| 139 | /** Returns the latitude as a string */ |
| 140 | public String |
no test coverage detected