android icon indicating copy to clipboard operation
android copied to clipboard

LatLng display should probably round to a sensible number of digits.

Open growse opened this issue 3 years ago • 5 comments

image

(https://xkcd.com/2170/)

No-one needs to track individual atoms.

growse avatar Aug 26 '22 14:08 growse

On iOS, @ckrey appears to use ~~4 decimal digits for lat and 5 for lon~~ six (6) significant digits in total for each.

jpmens avatar Aug 26 '22 14:08 jpmens

5dp felt like a sensible number. Do you mean 6 significant = 12.3456?

growse avatar Aug 26 '22 14:08 growse

Either 9.12345 or 12.3456 yes.

jpmens avatar Aug 26 '22 14:08 jpmens

image

growse avatar Aug 26 '22 14:08 growse

Looks very good to me.

jpmens avatar Aug 26 '22 14:08 jpmens