mapTemplate(_:pitchEndedWithCenter:)
Tells the delegate that a person stopped pitching the map.
Declaration
optional func mapTemplate(_ mapTemplate: CPMapTemplate, pitchEndedWithCenter center: CGPoint)Parameters
- mapTemplate:
The Cpmaptemplate the gesture applies to.
- center:
A
CGPointthat indicates the center between two fingers performing the pitch gesture.