Working with the 3D Map Component

The 3D Map component is used to display map area data in 3D mode. The 3D map is used to display map data on mobile devices running iOS and Android version 2.2 or later.

Example of component appearance:

Functions

3D map enables the user to display two-value sets:

Main functions of the component:

Connecting of Component

All files required to connect and use the component are included in the component. Execute the following operations to connect the component:

  1. Connect MapCharting3d.framework or component source codes.

  2. Connect QuartzCore.framework.

  3. Connect MapKit.framework.

  4. From the nushared-prognoz folder, add to the project:

  5. From the prognozshared folder, add to the project:

  6. From the prognozshared\UI folder add the ColorSelector.h and ColorSelector.m files to the project.

See also:

iOS Components