# License Mapbox Navigation for iOS version 2.0 Mapbox Navigation iOS SDK Copyright © 2022 - 2023 Mapbox, Inc. All rights reserved. The software and files in this repository (collectively, "Software") are licensed under the Mapbox TOS for use only with the relevant Mapbox product(s) listed at www.mapbox.com/pricing. This license allows developers with a current active Mapbox account to use and modify the authorized portions of the Software as needed for use only with the relevant Mapbox product(s) through their Mapbox account in accordance with the Mapbox TOS. This license terminates automatically if a developer no longer has a Mapbox account in good standing or breaches the Mapbox TOS. For the license terms, please see the Mapbox TOS at https://www.mapbox.com/legal/tos/ which incorporates the Mapbox Product Terms at www.mapbox.com/legal/service-terms. If this Software is a SDK, modifications that change or interfere with marked portions of the code related to billing, accounting, or data collection are not authorized and the SDK sends limited de-identified location and usage data which is used in accordance with the Mapbox TOS. [Updated 2023-01] ------------------------------------------------------------------------------- ## Third-party licenses Mapbox Navigation iOS SDK uses adapted implementation of the `Minimum Edit Distance` algorithm in `MinimumEditDistance.swift`. URL: [https://github.com/raywenderlich/swift-algorithm-club/blob/master/Minimum%20Edit%20Distance/MinimumEditDistance.playground/Contents.swift](https://github.com/raywenderlich/swift-algorithm-club/blob/master/Minimum%20Edit%20Distance/MinimumEditDistance.playground/Contents.swift). License: [MIT License](https://github.com/raywenderlich/swift-algorithm-club/blob/master/LICENSE.txt). Copyright (c) 2016 Matthijs Hollemans and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Mapbox Navigation iOS SDK uses `Solar`. URL: [https://github.com/ceeK/Solar](https://github.com/ceeK/Solar). License: [MIT License](https://github.com/ceeK/Solar/blob/master/LICENSE). Mapbox Navigation iOS SDK uses `MapboxDirections`. URL: [https://github.com/mapbox/mapbox-directions-swift](https://github.com/mapbox/mapbox-directions-swift). License: [ISC License](https://github.com/mapbox/mapbox-directions-swift/blob/main/LICENSE.md). Mapbox Navigation iOS SDK uses `MapboxSpeech`. URL: [https://github.com/mapbox/mapbox-speech-swift](https://github.com/mapbox/mapbox-speech-swift). License: [ISC License](https://github.com/mapbox/mapbox-speech-swift/blob/main/LICENSE.md). Mapbox Navigation iOS SDK uses `Turf`. URL: [https://github.com/mapbox/turf-swift](https://github.com/mapbox/turf-swift). License: [ISC License](https://github.com/mapbox/turf-swift/blob/main/LICENSE.md). Mapbox Navigation iOS SDK uses `Polyline`. URL: [https://github.com/raphaelmor/Polyline](https://github.com/raphaelmor/Polyline). License: [MIT License](https://github.com/raphaelmor/Polyline/blob/master/LICENSE.txt). ------------------------------------------------------------------------------- Mapbox Navigation for iOS version 1.2.1 and earlier is licensed under an ISC license. Copyright © 2014–2023, Mapbox Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.