Releases: wemap/wemap-sdk-sample-apps-ios
Releases · wemap/wemap-sdk-sample-apps-ios
0.15.4
0.16.1
0.15.3
0.16.0
Breaking changes
NavigationInstructions
struct has been moved fromWemapMapSDK
toWemapCoreSDK
Direction
enum has been moved fromWemapMapSDK
toWemapCoreSDK
Step.getNavigationInstructions
has been moved fromWemapMapSDK
toWemapCoreSDK
Added
- CoreSDK: expose mediaUrl, mediaType of POI
Changed
- CoreSDK: move Step.getNavigationInstructions to CoreSDK
0.15.2
0.15.1
0.15.0
Breaking changes
LevelChange.direction: String
has been changed toLevelChange.direction: Incline
Step
has been changed:let isGate: Bool
has been moved toextras.isGate
let subwayEntranceName: String?
has been moved toextras.subwayEntranceName
Leg
has been changed:let start: Coordinate
has been changed tolet start: Destination
let end: Coordinate
has been changed tolet end: Destination
ItinerariesParametersMultipleDestinations
has been renamed toItinerariesParametersMultiDestinations
ItinerarySearchOptions
has been replaced everywhere from nullable parameter to parameter with a default value
Added
- PosSDK(VPS): add checkVpsAvailability() method
- MapSDK: offline maps support
Fixed
- PosSDK(VPS): wrong level detection if altitude < 0
Dependencies
- MapLibre 6.2.0 -> 6.4.0
- RxSwift 6.6.0 -> 6.7.0