CoreConstants
public enum CoreConstants
-
Determines whether the itinerary should be recalculated during navigation.
Default is
trueDeclaration
Swift
public static var itineraryRecalculationEnabled: Bool -
Determines whether user’s location should be projected onto itinerary during navigation.
This value affects not only visual representation of user location indicator on the map, but it also affect distance and duration calculations of navigation info.
If
userLocationProjectionOnItineraryEnabledistrue- user location and origin projections will be excluded from itinerary distance and duration calculation of navigation infoif
userLocationProjectionOnItineraryEnabledisfalse- user location and origin projections will be included into itinerary distance and duration calculation of navigation infoDefault is
trueDeclaration
Swift
public static var userLocationProjectionOnItineraryEnabled: Bool -
Determines whether user’s location should be projected on the indoor graph.
Default is
falseDeclaration
Swift
public static var userLocationProjectionOnGraphEnabled: Bool
View on GitHub