- Developers
- Sygic Maps SDK
- Release Notes
- 14.0.0
- Migration Guide
Migration Guide
Android
- Route re-compute and compute calls are now treated equally. Method
onRecomputeError
had been removed from public interface andonComputeError
is being called instead.iOS
- Deleting unnecessary
SYMapView
method to allow user handle return values from everyaddAnnotation
call separately. If having an array of annotations, please use swift .map function to add each individually. SYRoutingDelegate
protocol methodrecomputingFailedWithError
was removed and existingcomputingFailedWithError should
be used instead.
- Next article: Release Notes