Returns the latitude as a double @throws NumberFormatException The string does not contain a valid numeric value.
()
| 148 | * value. |
| 149 | */ |
| 150 | public double |
| 151 | getLatitude() { |
| 152 | return Double.parseDouble(getLatitudeString()); |
| 153 | } |
| 154 | |
| 155 | /** Returns the altitude as a string */ |
| 156 | public String |
no test coverage detected