#import <CartoTypeRouter.h>
A matrix of route times and distances between sets of points. 
◆ distance:to:
      
        
          | - (int) distance: |  | (int) | aFromIndex | 
        
          | to: |  | (int) | aToIndex | 
        
          |  |  |  |  | 
      
 
Returns the distance in metres along the best route from one of the 'from' points to one of the 'to' points. 
 
 
◆ initWithMatrix:
      
        
          | - (id) initWithMatrix: |  | (void *) | aMatrix |  | 
      
 
(for internal use) Initialises the object from a C++ object. 
 
 
◆ time:to:
      
        
          | - (int) time: |  | (int) | aFromIndex | 
        
          | to: |  | (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. 
 
 
◆ fromCount
Returns the number of 'from' points. 
 
 
◆ toCount
Returns the number of 'to' points. 
 
 
The documentation for this class was generated from the following file: