toUTM method

UTMCoordinates toUTM()

Converts the current GPS coordinates into UTM coordinates

Implementation

UTMCoordinates toUTM() => UTMCoordinates.fromDD(toDD());