I need to allow the user to enter co-ordinates in one of three ways.
- DD.DD.D Decimal Degrees
- DD MM SS Degrees, Minutes and Seconds
- DD MM.M Degrees and Decimal Minutes
So, I envisage either a tab (with the three options) or a dropdown. I will try both and let the client choose.
The client has said that they are happy to use a keypad to enter two of these formats. But for the Decimal Degrees they would like a set of tumblers or spinners.
I am not happy with the two extreme forms of entry. Is there another method to enter format 2 and 3, keeping in mind that there will be 60 positions if tumblers are used (instead of 10)

