You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Location class has two properties, double lat and double lon that are always used together. Extract this in a separate data class, GpsCoordinates, to improve code readability and conciseness.
The
Locationclass has two properties,double latanddouble lonthat are always used together. Extract this in a separate data class,GpsCoordinates, to improve code readability and conciseness.