CartoType .NET API 8.8-7-gb35e4dc71
for development in C#, Visual Basic and other .NET languages
Public Member Functions | Properties | List of all members
CartoType::TimeAndDistanceMatrix Class Reference

A matrix of route times and distances between sets of points. More...

#include <CartoTypeWrapper.h>

Public Member Functions

int Time (int aFromIndex, int aToIndex)
 Returns the time in seconds taken to travel on the best route from one of the 'from' points to one of the 'to' points.
 
int Distance (int aFromIndex, int aToIndex)
 Returns the distance in metres along the best route from one of the 'from' points to one of the 'to' points.
 

Properties

int FromCount [get]
 The number of 'from' points.
 
int ToCount [get]
 Returns the number of 'to' points.
 

Detailed Description

A matrix of route times and distances between sets of points.


The documentation for this class was generated from the following file: