Increasing the precision of LatLng's toUrlValue#153
Increasing the precision of LatLng's toUrlValue#153domesticmouse merged 2 commits intogooglemaps:masterfrom domesticmouse:greater-latln-precision
Conversation
See #114 (comment) for context.
|
Is 9 too much? Can you calculate the average distance where this would make a difference? Maybe this should be |
|
Reading through the original report, it looks like |
|
http://www2.usgs.gov/faq/categories/9794/3022
69 miles is 111,045m 0.000001 * 111045 = 0.111045 That is, 111mm %.6f = 111mm That seems good enough for anything we're doing, but yeah, perhaps bumping it up is better. Anywhere between 7 and 9 seems fine. |
|
Also, you want a period before the 9. |
|
Thanks for the clarification @broady I think 1mm precision is good enough. |
|
lg |
See
#114 (comment)
for context.