-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (26 loc) · 1.05 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
=============================================================================
Project: MapKit -- A SproutCore Framework
Copyright: ©2010 Josh Holt
=============================================================================
SproutCore's MapKit Framework
Required to use this framework:
1.) Create the frameworks directory if it doesn't exit in the root of your SproutCore project.
2.) Clone this repo into the frameworks directory naming it "map_kit"
3.) Add this line to your Buildfile
a.) config :all, :required => [:sproutcore, :map_kit]
What does this framework give you?
VIEWS
- MapKit.mapView
-- This is the main point of interaction ( the google map ).
-- It draws the map.
-- It draws the markers (pins).
-- It handles the removal of the markers.
-- and more...
MODELS
- MapKit.Pin
-- This model represents one pin on the mapView
CONTROLLERS
- MapKit.pinsController
-- This is the array controller that will hold the collection of pins on the map
- MapKit.pinController
-- This controller holds the currently selected pin.