Working with the 2D Map Component

The 2D Map component is used to display map area data on mobile devices running on iOS.

Example of component appearance:

Functions

Main functions of the component:

Connecting of Component

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

  1. Add the following folders with their contents into the project:

  2. Add links to the following platforms and library in the project settings:

    To connect platforms and libraries, go to the Build Phases tab in project purpose settings, open the Link Binary with Libraries section and add the MapCharting.framework platform and the libsqlite3.0.dylib library to the list.

  3. Make sure that the Objective-C Automatic Reference Counting option is disabled in the project settings.

    The Objective-C Automatic Reference Counting option is located on the Build Settings tab in the project purpose setup panel.

  4. In the project purpose settings specify the $(ARCHS_STANDARD_32_BIT) value for the Architectures parameter.

  5. In the project purpose settings specify the path to the Info.plist file in the Resources folder for the Info.plist File parameter.

  6. In the project purpose settings specify the path to the pch file for the Prefix Header parameter.

After connecting the following set is available for working with component:

The set of examples used to work with the chart component is given in the Examples of Component Use section.

See also:

iOS Components