Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search, route, and draw on the map! There's some bugs though... #53

Merged
merged 3 commits into from
May 5, 2021

Conversation

jmnguyen1999
Copy link
Contributor

@jmnguyen1999 jmnguyen1999 commented May 5, 2021

TODO:

  • Make the route persist once routed, e.g. switching fragments should NOT clear the screen
  • Take away the clear button, its just there for test purposes, it also doesn't work anyhow
  • Constantly re-route, draw the route so the map changes if the user's current location changes
  • Allow more vague searches, e.g. searching "star..", should display dropdown menu of suggested places
  • Have the map automatically show the current location/route when opened/new route made
    • right now we have to manually scroll to the place we want to see
  • Figure out how to zoom out, it may already be implemented but we just don't know how to use it

@jmnguyen1999 jmnguyen1999 merged commit 15337ca into NSLJ:master May 5, 2021
@jmnguyen1999 jmnguyen1999 self-assigned this May 5, 2021
@jmnguyen1999 jmnguyen1999 added bug Something isn't working todo Needs to be done - not an error yet labels May 5, 2021
@jmnguyen1999 jmnguyen1999 added this to the Sprint #3 milestone May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working todo Needs to be done - not an error yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Figuring out all map functions! Display, interact, and use the map in HomeFragment!
1 participant