forked from eway2012/SampleCode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReadMe.txt
More file actions
52 lines (34 loc) · 1.53 KB
/
ReadMe.txt
File metadata and controls
52 lines (34 loc) · 1.53 KB
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
50
51
52
### KMLViewer ###
===========================================================================
DESCRIPTION:
The KMLViewer sample application demonstrates how to use Map Kit's Annotations and Overlays to display KML (Keyhole Markup Language) files on top of an MKMapView.
KML is an open standard, so you can learn more about it at the Open Geospatial Consortium website:
http://www.opengeospatial.org/standards/kml
The Google documentation for KML is at this website:
http://code.google.com/apis/kml/
===========================================================================
BUILD REQUIREMENTS:
iOS SDK 5.0 or later
===========================================================================
RUNTIME REQUIREMENTS:
iOS OS 4.0
===========================================================================
PACKAGING LIST:
KMLParser
- A simple NSXMLParser based parser for KML files. Creates both model objects for annotations and overlays as well as styled views for model and overlay views.
KMLViewerViewController
- Demonstrates usage of the KMLParser class in conjunction with an MKMapView.
KML_Sample.kml
- The sample KML file.
===========================================================================
CHANGES FROM PREVIOUS VERSIONS:
Version 1.3
- Editorial changes.
Version 1.2
- Fixed memory leak in KMLParser, editorial changes.
Version 1.1
- Localized xib files, editorial changes.
Version 1.0
- First version.
===========================================================================
Copyright (C) 2010-2012 Apple Inc. All rights reserved.