Added a new file / Reusable template for MapKit and MapView. Used in the PetDetailView, it takes in the pets address postcode and makes a map appear behind the pets image of their general location. If there is no address, then the original gradient should appear in the maps place.
Fixes # (issue)
Type of change
[x] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Using the simulator.
[x] Test A
Test Configuration:
Firmware version:
Hardware: Mac Book Pro 2016
Toolchain:
SDK: Xcode
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
Added a new file / Reusable template for MapKit and MapView. Used in the PetDetailView, it takes in the pets address postcode and makes a map appear behind the pets image of their general location. If there is no address, then the original gradient should appear in the maps place.
Fixes # (issue)
Type of change
How Has This Been Tested?
Using the simulator.
Test Configuration:
Checklist: