toUTM method
Converts the current GPS coordinates into UTM coordinates
Implementation
UTMCoordinates toUTM() => UTMCoordinates.fromDD(toDD());
Converts the current GPS coordinates into UTM coordinates
UTMCoordinates toUTM() => UTMCoordinates.fromDD(toDD());