Breadcrumb/CrumbPathRenderer.h
/* |
Copyright (C) 2014 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
CrumbPathView is an MKOverlayView subclass that displays a path that changes over time. |
This class also demonstrates the fastest way to convert a list of MKMapPoints into a CGPath for drawing in an overlay view. |
*/ |
@import MapKit; |
@interface CrumbPathRenderer : MKOverlayRenderer |
@end |