Hi,
I'm developing a web application that provides driving directions from point A to point B and I'm using Nokia Maps java script API 2.2.1 in my project.
I have managed to get the nokia.maps.routing.Manager() routing results successfully between the two points and route is rendered correctly on the map. However, I would also need the directions also in text format which I intend to display in a <div> on my page.
Google maps API has a functionality for populating the driving directions to a HTML container, but I did not find any similar functionality from Nokia Maps API. Is there such an API available?

Reply With Quote


