Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 812 Bytes

File metadata and controls

24 lines (18 loc) · 812 Bytes

MapsCompose

Placepicker implementation using android compose and GeoCoding api from google

This project will show you how to implement place picker using jetpack compose and GeoCoding api from google

What used in this project?

  1. Android jetpack compose for design
  2. MVVM
  3. Dagger Hilt
  4. Retrofit
  5. New google maps sdk for compose
  6. GeoCoding api from google
  7. Moshi Converter

Image from project

What you need to run the app?

All you need is api key and base url for GeoCoding Api you can found them here : https://developers.google.com/maps/documentation/geocoding/overview

If you find any bad practices with compose you can report to me Thank you.

Don't forget to leave a star if you like the project :).