UIKit | Mobile SDK | 2GIS Documentation
iOS SDK

UIKit

All SDK distributions include a standard set of UI 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.

All the elements listed below are conveniently combined in IMapControlFactory and IRoadEventCardViewFactory.

The standard set includes:

  

  1. IndoorControl to switch floors.
  2. TrafficControl to manage the visibility of traffic jams on the map.
  3. ZoomControl to scale the map (zoom in and out).
  4. CreateRoadEventControl to add a road event.
  5. CompassControl to display the current map rotation angle relative to the north.
  6. CurrentLocationControl to fly to the current user location.
  7. CreateRoadEventView to describe a new road event.
  8. RoadEventCardView to view road event information.

The full SDK distribution includes a set of UI elements for displaying and managing navigation. For convenience, all elements are divided into INavigationMapControlsFactory and INavigationViewControlsFactory. The method of use and addition is described in the section Turn-by-turn navigation.

The set of navigation UI elements consists of:

 

  1. ThermometerControl to display the traffic jam level on route.
  2. NextManeuverControl to display information about the next maneuver.
  3. SpeedControl to display the current speed and the speed limit.
  4. TrafficAndParkingMapControl to manage the visibility of traffic jams and parking lots on the map.
  5. ZoomControl to scale the map (zoom in and out).
  6. CompassControl to display the current map rotation angle relative to the north.
  7. NavigationFollowingControl to manage the following of the location marker.
  8. RemainingRouteInfoControl to display information in the Turn-by-turn mode.

  

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