|  |  | 
 |  |  |    ], | 
 |  |  |    '/geoserviceDispatcher/services/vehicleinfo/vehicles' => [ | 
 |  |  |       'lastUpdate' => 'ctype_digit', | 
 |  |  |       'positionType' => function($type) { return in_array($type, ['CORRECTED']); }, | 
 |  |  |       'positionType' => function($type) { return in_array($type, ['RAW', 'CORRECTED']); }, | 
 |  |  |       'colorType' => function($type) { return in_array($type, ['ROUTE_BASED']); }, | 
 |  |  |    ], | 
 |  |  | ]; | 
 |  |  | 
 |  |  |    '/lookup/autocomplete/json' => '/services/lookup/autocomplete/json', | 
 |  |  |    '/passageInfo/stopPassages/stop' => '/services/passageInfo/stopPassages/stop', | 
 |  |  |    '/routeInfo/routeStops' => '/services/routeInfo/routeStops', | 
 |  |  |    '/internetservice/geoserviceDispatcher/services/pathinfo/vehicle' => '/geoserviceDispatcher/services/pathinfo/vehicle', | 
 |  |  | ]; | 
 |  |  |  | 
 |  |  | $path = $_SERVER['PATH_INFO']; |