setInternalOption abstract method

void setInternalOption(
  1. String key,
  2. String value
)

This method sets internal options that controls offline route calculation behavior.

Unsupported options will be logged as warnings. Undocumented options can change their meaning without going through deprecation process.

  • key Option name

  • value New option value

Implementation

void setInternalOption(String key, String value);