Inspiration

Pokemon Go routes

What it does

Currently, all it does is finds nearby locations via the Google Places API, display a map of your current area, and have rudimentary UI for displaying various information.

How we built it

We used the Flutter framework for the UI, as well as various Google web service plugins.

Challenges we ran into

Getting the data from the Google servers gave us various issues as well as getting much of the user interface.

Accomplishments that we're proud of

The app will now get and display nearby places from the Google Places API, as well as obtain the route from one place to another (even though it doesn't display it yet).

What we learned

How to make calls to a web API, and how to use the Flutter framework for building cross platform applications.

What's next for Walking Path Generator

After getting the routes displayed, the next task would be detecting the user walking along it, and detecting the routes completion, which should be fairly simple.

Share this project:

Updates