Skip to content

Nhrepon/Google-Maps-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google_maps

A new Flutter project.

Getting Started

Google maps and Geolocator

Assignment on -Google maps and Geolocator

Create a Flutter app that achieves the following tasks:

  1. Automatic Map Animation:

    • Display a Google Map view that smoothly animates to the user's current location.
  2. Real-Time Location Updates:

    • Fetch the user's current location every 10 seconds.
    • Update the marker's position on the map to reflect the latest location.
  3. Polyline Tracking:

    • Draw a polyline on the map connecting the previous and current locations.
    • Keep updating the polyline as the user's location changes.
  4. Marker Information Window:

    • Allow users to tap the marker to open an info window.
    • Display an info window with "My current location" as the title and the user's latitude and longitude as the snippet.

Sample Screenshots:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors