Open hisefath opened 5 years ago
In order to accomplish this, we need to pull the data from FireBase FireStore. We go through each document and get the array named Addresses. We simply make markers on the map using Google Maps API.
Android unit test: https://github.com/jayll/OpenSpot/blob/android-mapFunctionality/Android/MyApplication/app/src/androidTest/java/com/example/openspot/reservationPrice_84.kt Function name: testPullDataAndPopulateMap_64
iOS unit test: https://github.com/jayll/OpenSpot/blob/master/iOS/OpenSpot/OpenSpotTests/OpenSpotTestsSprint3.swift Function name: testPullDataAndPopulateMap_64
In order to accomplish this, we need to pull the data from FireBase FireStore. We go through each document and get the array named Addresses. We simply make markers on the map using Google Maps API.
Android unit test: https://github.com/jayll/OpenSpot/blob/android-mapFunctionality/Android/MyApplication/app/src/androidTest/java/com/example/openspot/reservationPrice_84.kt Function name: testPullDataAndPopulateMap_64
iOS unit test: https://github.com/jayll/OpenSpot/blob/master/iOS/OpenSpot/OpenSpotTests/OpenSpotTestsSprint3.swift Function name: testPullDataAndPopulateMap_64