Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.3 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.3 KB

Build Status

Venue Map Search App

Chris D'Angelo
[email protected]
3/22/14 Cellular Networks & Mobile Computing
Assignment 3 (iOS Part 2)

Demo

alt tag

Description

A simplified google map search app. View results in map view or list view sorted by distance from current location. See limited detail on each venue. Save favorite venues found for viewing offline in alphabetical order. You can remove favorites from the favorites list.

Sources

Apple Documentation Samples:

  • CurrentAddress
  • GeocoderDemo
  • LocateMe
  • MapCallouts
  • MapSearch
  • PhotosByLocation

Stanford cs193p Fall 2013 Course Example:

Google Places API Framework:

Star rating font from Font Awesome.

Icons by PixelLove.

To Do

  1. Keyword search is not robust but allows for multiword keyword search.
  2. Currently redrawing map in order to refresh annotations.