-
Notifications
You must be signed in to change notification settings - Fork 0
Home
riskpp edited this page Jan 25, 2016
·
3 revisions
Welcome to the TTAirplaneV2ObjC wiki!
This code is test of new MapKit framework API for rendering overlays.
- Airplane flight line is Bezier dashed curve
- Dashed line renderers via MapKit framework API, the manual method also exists in comments (drawMapRect)
- Plane flight is pretty smooth because of using CADisplayLink instead of NSTimer scheduled on current RunLoop
- Plane calculates it's direction angle and rotates according curve.
- Plane and dashed path line size is independent of map zooming