ground-android
ground-android copied to clipboard
[Code health] Abstract Maps API LatLng* with custom model class
trafficstars
We shouldn't expose Maps API to Ground business logic, both to enforce SoC/Clean arch, and to allow us to add other maps providers in the future.
@jsunde We can now use Coordinate for this.
@gino-m Can this be closed?
Yes, it looks like we now pass Point instead. Thanks!