- The code in its current state, fetches a list of vehicles from the URL and marks them on a map.
- The users current location is shown as a blue pin, while the vehicles are shown in red.
- Clicking on a pin brings up more information about the vehicle in a simple bottom sheet.
- Google Maps SDK
- Retrofit with Moshi
- Mockk unit testing
- Highlight the nearest vehicle based on user loaction
- Show users live location