Migration Guide

Android

  • Route re-compute and compute calls are now treated equally. Method onRecomputeError had been removed from public interface and onComputeError is being called instead.

    iOS

  • Deleting unnecessary SYMapView method to allow user handle return values from every addAnnotation call separately. If having an array of annotations, please use swift .map function to add each individually.
  • SYRoutingDelegate protocol method recomputingFailedWithError was removed and existing computingFailedWithError should be used instead.