-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
executable file
·49 lines (31 loc) · 1.54 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
### PhotoMap ###
===========================================================================
DESCRIPTION:
The sample demonstrates how to load and display geotagged photos as MapKit annotations. It further demonstrates how to cluster multiple annotations together to reduce on-screen clutter.
This project was presented as a demo for WWDC 2011 session "Visualizing Information Geographically with MapKit”.
===========================================================================
BUILD REQUIREMENTS:
iOS SDK 7.0 or later.
===========================================================================
RUNTIME REQUIREMENTS:
iOS 7.0 or later.
===========================================================================
PACKAGING LIST:
LoadingStatus
- A view which displays a progress indicator, along with some text
PhotoAnnotation
- A MapKit annotation which represents a geotagged photo.
PhotoMapAppDelegate
- A basic UIApplication delegate which sets up the application.
PhotoMapViewController
- A UIViewController which handles the logic driving an MKMapView.
PhotosViewController
- Provides a view which displays multiple photos, allowing the user to pan between them.
Images/
- Several sample geotagged images.
===========================================================================
CHANGES FROM PREVIOUS VERSIONS:
1.0 - First version.
1.1 - First public release, upgraded to iOS 7 SDK, uses Storyboards and ARC.
===========================================================================
Copyright (C) 2011-2014 Apple Inc. All rights reserved.