Map24 Component Interface
The Map24 Component Interface (Map24 CI) offers a component-oriented approach to building mapping applications with MapTP. It offers a lightweight programming interface that allows the seamless integration of mapping functionality into applications. The interfaces of these components use basic C++ data types and use a simple object model.
Applications that use Map24 CI can also receive maplet remote control (MRC) commands from Map24 Web Services. With MRC, client applications are fully controllable from remote applications. For example, remote applications can push new locations onto client.
The Map24 CI provides methods that handle connections, maps, custom maps, and single custom objects. The interface hides details of the MapTP API. Thus, the programmer does not need to have an understanding of the underlying MapTP object model, protocols, and other aspects of MapTP.
Map24 CI exists for four target platforms:
- .NET interface for Microsoft Windows and Windows CE
- COM interface for Microsoft Windows
- DLL interface (C/C++) for Microsoft Windows and Windows CE
- DLL interface (C/C++) for Symbian S60
The .NET interface and the DLL interface for Microsoft Windows support Windows CE 4.2 or higher (for example Pocket PC 2003, Smartphone 2003, Windows Mobile 5.0, etc).
The programmer's guide for each platform is available in PDF format below. The documentation for the Microsoft DLL interface is not yet available but will be added soon. The software exists and the interface is very similar to that for Symbian.
Map24 CI Programmer's Guides:
Map24 CI .NET Programmer's Guide
Programmer's guide .NET interface for MS Windows and MS Windows CE
Map24 CI COM Programmer's Guide
Programmer's guide COM interface for MS Windows
Map24 CI Symbian DLL Programmer's Guide
Programmer's guide DLL interface for Symbian S60
Map24 CI Reference Guides:
Map24 CI .NET Reference Guide
API reference guide .NET interface for MS Windows and MS Windows CE
Map24 CI COM Reference Guide
API reference guide COM interface for MS Windows
Map24 CI DLL Reference Guide
API reference guide DLL interface for Symbian S60, MS Windows and MS Windows CE
For more information about the Map24 Component Interface please contact us.

