SwiftUI | Mobile SDK | Urbi Documentation
iOS SDK

SwiftUI

All SDK distributions include a standard set of SwiftUI elements for map control, which you can add to the hierarchy and use to manage map parameters.

The process of creating and adding Map is described in detail in the section Creating a Map.

The elements listed below are conveniently combined in IMapControlViewFactory.

The standard set includes:

  

  1. IndoorView to switch floors.
  2. TrafficView to manage the visibility of traffic jams on the map.
  3. ZoomView to scale the map (zoom in and out).
  4. In development.
  5. CompassView to display the current map rotation angle relative to the north.
  6. CurrentLocationView to fly to the current user location.
  7. In development.
  8. In development.

The full SDK distribution includes a set of SwiftUI elements for displaying and managing navigation. For convenience, all elements are divided into INavigationMapViewsFactory and INavigationViewsFactory.

The set of navigation SwiftUI elements consists of:

 

  1. ThermometerView to display the traffic jam level on route.
  2. NextManeuverView to display information about the next maneuver.
  3. SpeedView to display the current speed and the speed limit.
  4. NavigationTrafficAndParkingView to manage the visibility of traffic jams and parking lots on the map.
  5. NavigationZoomView to scale the map (zoom in and out).
  6. NavigationCompassView to display the current map rotation angle relative to the north.
  7. NavigationFollowingView to manage the following of the location marker.
  8. RemainingRouteInfoView to display information in the Turn-by-turn mode.

  

  1. RemainingRouteInfoView to display information in the Free-drive mode.
  2. RemainingRouteInfoView to display information in the indoor navigation mode.
  3. NavigationIndoorView to highlight floors that are passed on route.