commit | 280193df5aaf7119c99b70dce3c4f1b8e26e6c47 | [log] [tgz] |
---|---|---|
author | Grace Ko <graceko@google.com> | Tue Aug 01 19:18:11 2023 +0000 |
committer | Grace Ko <graceko@google.com> | Wed Aug 02 16:41:26 2023 +0000 |
tree | d679c96963001c574f8cfe11c46029867f56763a | |
parent | 74fb2cf5b1393b2741fdbd30b332c226c4a42862 [diff] |
Adjust Latitude and Longitude Values The valid longitude range is from -180 to 180 and the valid latitude range is from -90 to 90. Thus, I added conditionals to make any value outside of this range within the valid range. Test: None Bug: 288195822 Change-Id: I21f020f71937c4f6ab48020ff899cf8946b863c8