Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.61 KB

File metadata and controls

51 lines (37 loc) · 1.61 KB

google_map_integration and implementation of Places API and search places - Flutter

This code snippet shows Google Maps integration in Flutter. we can do live tracking, show the markers, set the current location, search for the Places and navigate to those places. we can search for a specfic area, circle, raduis, country, this is the simple demo code, not the complete example.

Architechture

✔️ Clean Architechture

✔️ Sound NullSafety
✔️ Places API
✔️ Search New Addresses (navigate to differenet locations)
✔️ Get Your Current Location

GIF

Places API GIF

This given below gif shows another demo, the customiztions of Google Map in Flutter. we can include images, png, jps, icons, cars and navigate them on Google map. we can drag the location marker from one place to another place.

We can Inlcude

✔️ cusotm text
✔️ custom images
✔️ custom markers
✔️ custom icons
✔️ anything we want
✔️ drag location marker from one place to another

Train in Google Map - GIF