This is a Map Interface feature built using Apple API in iOS SDK and Google Places API which lets you find other user's property details in a map format.
The following functionality is completed:
- Properties in the News screen can be sorted by total cost, sell price, estimated profit, and actual profit.
- Clicking on a property in news takes user to proeprty details page.
- User can click on map icon to display the properties on a map. User can then click on each property and see general info or press detail disclosure button to load up property details
The following additional features are implemented:
- Zoom the map into user's current location on startup
- Display property pins with a circle of 3-5 mile radius for security purposes
- Custom Annotation is added to map to include basic data of the property. Amounts are formatted to display commas where appropiate.
- Clicking detail disclosure button on pin annotation takes user to news page with only that specific property listed. User can then see property details page of that proeprty.
- User can see compass on top right ##Video Walkthrough of basic features:
- Here we select the different options to sort the properties and open property details page from the news screen.
- We then click the map icon and select a pin which brings up our custom annotation.
- Clicking the Custom Annotation loads up News screen with that filtered property
##TODO
- When news Screen is displayed after user clicks on property annotation in map, display the news screen filtered to just that property so the user can then see the property details page
- Additonal features