heremaps / here-ios-sdk-examples

Objective-C and Swift projects using the HERE SDK for iOS.
MIT License
60 stars 56 forks source link

what is navigationManager.setMapUpdateMode equivalent for ios ? (ROADVIEW) #42

Open Xgamefactory opened 6 years ago

Xgamefactory commented 6 years ago

Hi we did not found any mapupdatemode for ios sdk we were using this to achive real turn by turn navigation with android sdk

also mapview.tilt=80 also ignored

we want to achive this skyvisible tilting more realistic turnbyturn

navigation-car 1

public static final MapUpdateMode ROADVIEW

Map updated using NavigationManager.RoadView, with zoom level automatically adjusted according to the approaching maneuver, road type and speed

Xgamefactory commented 6 years ago

is there anyone alive in support team ? )

JH-YVR commented 6 years ago

There is no Roadview in the iOS SDK, as the underlying implementations are quite different however a similar UX can be achieved. Look at the mapTracking properties in NMANavigationManager, such as mapTrackingEnabled and mapTrackingAutoZoomEnabled. Also, look at NMATiltZoomProfile where you can override the default tilt/zoom profile to set a new maximum. The SDK cannot support maximum zoom greater than 75 degrees.

Xgamefactory commented 6 years ago

they are not same look and feel. don't get why so difference are these sdk development outsource with different teams ? map can be titled to desired value by gesture but not with tilt zoom profile there is limitation as you said. Why ?