CartoType UWP API 8.12-19-g3f49c29ef
for development in C#, VB.NET and C++
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: