MapViewRouteRenderOption
enum MapViewRouteRenderOption : NSInteger {}
Constants indicating the route highlight options.
-
Route is main route in collection ( i.e. it overlaps all other siblings and have different render settings ).
Declaration
Objective-C
MapViewRouteRenderOptionMain = 0x1
-
Display traffic status over the route.
Declaration
Objective-C
MapViewRouteRenderOptionShowTraffic = 0x2
-
Display the turn arrows associated with route guidance.
Declaration
Objective-C
MapViewRouteRenderOptionShowTurnArrows = 0x4
-
Display the route waypoints.
Declaration
Objective-C
MapViewRouteRenderOptionShowWaypoints = 0x8
-
Public routes will render segments in bus color, public & car routes pedestrian parts are render different.
Declaration
Objective-C
MapViewRouteRenderOptionShowHighlights = 0x10
-
Display user waypoints images. @details If enabled, user landmark image will be displayed instead of standard pin image. Default is false
Declaration
Objective-C
MapViewRouteRenderOptionShowUserImage = 0x20