Skip to content

Milestones

List view

  • The group deliverable component will require you to submit your GitHub Repository URL. Your repository must contain a README file containing instructions for running your code.

    No due date
    0/5 issues closed
  • Implement a basic web UI that accepts user input for coordinates, k, and max distance, calls the FindNearestTransit function, and displays the results on a map. The map should clearly show the returned transit stop locations and relevant details.

    No due date
  • Implement a working Nim function called FindNearestTransit that takes in an origin coordinate pair (latitude and longitude), an integer k representing the number of closest unique locations to return, and a maximum distance. The function will return a sequence of Location type objects corresponding to the nearest stops.

    No due date
    0/3 issues closed