SGRadar.h |
Use the links in the table of contents to the left to access the documentation.
A radar shows the current heading of the device based on the true north value gathered from CoreLocation. It is also the job of the radar to display the SGRecordAnnotations in the proper position based on their geographic coordinate and the current location of the device.
The four cardinal directions.
SGCardinalDirection |
The four cardinal directions.
enum SGCardinalDirection { kSGCardinalDirection_North = 0, kSGCardinalDirection_East, kSGCardinalDirection_South, kSGCardinalDirection_West };
kSGCardinalDirection_North
The north direction.
kSGCardinalDirection_East
The east direction.
kSGCardinalDirection_South
The south direction.
kSGCardinalDirection_West
The west direction.
© SimpleGeo Last Updated: 03/31/2010