INavigationMapControlsFactory
Map controllers factory in the navigator.
Methods
func makeTrafficAndParkingMapControl() -> UIControl
Control to enable/disable the display of traffic jams and parking lots.
Returns
func makeCompassControl(icon: UIImage?, highlightedIcon: UIImage?) -> UIControl
Control to display the compass.
Parameters
func makeNavigationFollowingControl() -> NavigationFollowingControl
Control to enable the tracking mode.
Returns
func makeIndoorControl() -> IndoorControl
Control to switch floors in the floor plan.
Returns
func makeTrafficControl() -> UIControl
UI element for a separate control for enabling/disabling traffic jams display.
Returns
func makeParkingControl() -> UIControl
UI element for a separate control for enabling/disabling parking lots display.
Returns
func makeCompassControl() -> UIControl
Returns
Properties
var followManager
Current object for switching tracking modes in the navigator.