prefetchCorridorLengthMeters property

int prefetchCorridorLengthMeters

The length of the corridor along the route in front of the car which will be used to prefetch data. Upper limit for length is 50000 meters, when the requested length is greater than upper limit, then 50000 meters set. Lower limit for length is 1000 meters, when the requested length is less than lower limit, then 1000 meters set. The route corridor has a default length of 10 km and a width of 5 km. Gets the length of the corridor along the route in front of the car which will be used to prefetch data.

Implementation

int get prefetchCorridorLengthMeters;
void prefetchCorridorLengthMeters=(int value)

The length of the corridor along the route in front of the car which will be used to prefetch data. Upper limit for length is 50000 meters, when the requested length is greater than upper limit, then 50000 meters set. Lower limit for length is 1000 meters, when the requested length is less than lower limit, then 1000 meters set. The route corridor has a default length of 10 km and a width of 5 km. Sets the length of the corridor along the route in front of the car which will be used to prefetch data.

Implementation

set prefetchCorridorLengthMeters(int value);