Nokia Maps API Reference

Contents

Interface nokia.maps.routing.Waypoint

Interface Summary

This interface defines a waypoint, which is a point along a route. A waypoint can correspond to a route link position (nokia.maps.advrouting.LinkPosition) or it can be the result of map matching. In the first case, the attribute mappedPosition is not filled.

Field Summary
nokia.maps.geo.Coordinate mappedPosition This property holds an object containing the geographical coordinates of the nearest point on the link (route) to the original position specified as part of the route calculation request (the position of the waypoint on the calculated route).
nokia.maps.geo.Coordinate originalPosition Optional This property holds an object containing the geographical coordinates of the position of the waypoint as it was originally specified in the route calculation request.
Field Detail
nokia.maps.geo.Coordinate mappedPosition
This property holds an object containing the geographical coordinates of the nearest point on the link (route) to the original position specified as part of the route calculation request (the position of the waypoint on the calculated route).
nokia.maps.geo.Coordinate originalPosition Optional
This property holds an object containing the geographical coordinates of the position of the waypoint as it was originally specified in the route calculation request.
Documentation generated on Wed Jun 27 2012 16:54:01 GMT+0200 (CEST).