https://github.com/mrusamamuzaffar/google_map_integration_and_places_api_implementation
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.
https://github.com/mrusamamuzaffar/google_map_integration_and_places_api_implementation
dart flutter google google-api google-cloud google-cloud-platform google-maps google-maps-api google-photos google-places google-places-api google-play google-play-services google-play-store google-search google-sign-in map-interface map-marker map-navigation map-sdk
Last synced: about 10 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mrusamamuzaffar/google_map_integration_and_places_api_implementation
- Owner: mrusamamuzaffar
- Created: 2022-11-24T08:50:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T11:19:09.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T17:42:03.539Z (6 months ago)
- Topics: dart, flutter, google, google-api, google-cloud, google-cloud-platform, google-maps, google-maps-api, google-photos, google-places, google-places-api, google-play, google-play-services, google-play-store, google-search, google-sign-in, map-interface, map-marker, map-navigation, map-sdk
- Language: Dart
- Homepage:
- Size: 83 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
![]()