Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 281 Bytes

Readme.md

File metadata and controls

10 lines (6 loc) · 281 Bytes

Done: Create a search bar

Assign the "processSearch()" to process the search query

To do: Move all necessary variables and methods into AppViewModel class

Inside processSearch(), remove the marker from the map using marker.setMap(null), or add a marker by doing: setMap(map)