-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
59 lines (43 loc) · 1.66 KB
/
README
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
53
54
55
56
57
58
SGLayerUpdater v0.1.0
================================================================================
ABSTRACT:
A simple demo application that uses the SimpleGeo iPhone SDK to add, delete and
retrieve records.
================================================================================
BUILD REQUIREMENTS:
iPhone SDK 4.0
Frameworks
- MapKit
- CoreLocation
- Foundation
- UIKit
- CoreGraphics
- AVFoundation
- OpenGLES
- QuartzCore
================================================================================
PACKAGING LIST:
SGiPhoneSDK
SGMapKit
The static libraries and header files generated from http://github.com/simplegeo/SGMapKit
SGClient
The static libraries and header files gnereated from http://github.com/simplegeo/SGClient
SGAREnvironment
The static libraries and header files gnereated from http://github.com/simplegeo/SGAREnvironment
Classes
SGLayerUpdaterAppDelegate
Defines the application delegate that initializes the SGLocationService.
SGMainViewController
A view controller that presents a map that retrieves records from SimpleGeo.
SGCreateRecordViewController
A table view controller that allows a user to create a record that will be added to
a layer in SimpleGeo.
SGSimpleAnnotationView
A subclass of SGGlassAnnotation that closes the annotation view properly
whenever the close button is touched.
================================================================================
CHANGES FROM PREVIOUS VERSIONS:
Version 0.1.0
- First version.
================================================================================
Copyright (C) 2010 SimpleGeo Inc. All rights reserved.