/Photo-Map

It allows the user to take a photo, tag it with a location, and then see a map with all the previously tagged photos.

Primary LanguageSwift

Lab 6 - Photo-Map

Photo-Map is an app that allows the user to search for locations using the Foursquare API and create a pin with an image annotation.

Time spent: 20 hours spent in total

User Stories

The following required user stories are complete:

  • User can view a map (+2pt)
  • User can take a photo (+1pt)
  • User can tag a location (+1pt)
  • User can drop a pin with image annotation (+1pt)

The following stretch user stories are implemented:

  • User sees a custom annotation (+1pt)

  • User can see Fullscreen Picture (+1pt)

  • User sees a custom image for the "pin" (+1pt)

  • List anything else that you can get done to improve the app functionality! (+1-3pts)

    1. I would want to be able to resize image when I zoom out.
    2. I would want to persist my images taken with the app.

Please list two areas of the assignment you'd like to discuss further with your peers during the next class (examples include better ways to implement something, how to extend your app in certain ways, etc):

  1. How to resize image on zooming.
  2. How and where I would save my persisted images.

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

  1. Creating a delegate was a bit confusing on where I would put the function and how I would use it.
  2. Customizing the pins was a bit confusing and I still don't how how i would change background color for pin title.

License

Copyright [2018] [Luis Mendez]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.