CartoType .NET API 7.8.2, 2022-03-25
for development in C#, Visual Basic and other .NET languages
Public Member Functions | 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 FromCount ()
 Returns the number of 'from' points.
 
int ToCount ()
 Returns the number of 'to' points.
 
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.
 

Detailed Description

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


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