submit login information
search button
Advanced Search
NAVTEQ Logo_Click to go back to homepage     Store Map Reporter Developers Merchants     About Us
Buy a
Map
Update
Report Map
Changes
NAVTEQ
Network for
Developers
Put your Brand
on our Map
 
 
  • Most Read
  • Top Searches
  • Top Rated
  • My Profile

      If you're a member, please login to see this information.

      If you're not a member, then become one now

  • My Favorites

      If you're a member, please login to see this information.

      If you're not a member, then become one now

  • Recently Viewed

      If you're a member, please login to see this information.

      If you're not a member, then become one now

  • Share & Save
blogspot facebook twitter linkedin youtube flickr

Score:
Login to rate page
MapTP AJAX API 2.3

» Quick links: Tutorials | API Reference Version 2.3

Introduction

The MapTP AJAX API is a JavaScript API that gives you an easy and powerful way for incorporating mapping functionality into your Web application. The latest software is now available as MapTP AJAX API 2.3.

Some of the new features in version 2.3:

  • Draggable routes: Change the course of a route by dragging any point - including start and end point- of a route polygon with the mouse to a new position. Tutorial
  • Context menus: Add a customizable context menu to your mapping application. For example, commands for adding or removing waypoints to or from a route could be offered via context menu. Tutorial
  • Satellite and hybrid view: Satellite images are now also available for the static map. Tutorial

For a complete list of new features see the release notes (PDF, 1MB).

 

API Structure

Large parts of the MapTP AJAX API are automatically generated from the MapTP Web Services interfaces. This allows JavaScript programmers to use the rich set of functionality of the MapTP Web Services. However, working with the Web services API can be complex and for example constructing Web service requests is often repetitive. It makes sense to wrap some of this code by classes and functions that can be used to build simple mapping applications in a short time.

The MapTP AJAX API therefore comes with wrapper classes that can be used instead of directly using the Web services classes. The Web services classes are also called "core" classes.

Note: You can combine the wrapper classes with the core classes. If functionality is not available in wrapper classes the core classes can be used directly.

MapTP AJAX API 2.3: Overview of Functionality

 

Further Information

Links to Previous Versions

Articles and Webinars