- Developers
- Sygic Maps SDK
- Release Notes
- 11.0.0
- Migration Guide
Migration Guide
BREAKING CHANGES
- Map: Removed Parking and PetrolStation classes from Place interface without replacement. Objects and services are no longer supported.
- Android: setRouteAvoids method in RoutingOptions has been removed to prevent unwanted modification to global avoid options
use methods setting individual avoids per country (or global) instead
Migration steps
Removed Parking and PetrolStation classes
Removed Parking and PetrolStation classes were obsolate and should not affect your application in any way.
Avoids refactoring
Method setRouteAvoids in RoutingOptions is no longer available. To set avoids please use specific avoid methods:
- setBoatFerryAvoided
- setUnpavedRoadAvoided
- setHighwayAvoided
- setTollRoadAvoided
- setSpecialAreaAvoided
- setCountryAvoided
Please refer to documentation for more details about these methods.
- Next article: Change Log