distanceAdjustmentStrategy property
Strategy for distance adjustment.
Output only. Possible string values are:
- "STRATEGY_UNSPECIFIED" : Strategy unspecified.
- "ORIGIN_DESTINATION" : Distance adjustment factor determined by origin and destination airport pair.
- "COUNTRY_PAIR" : Distance adjustment factor determined by origin and destination country pair.
- "DEFAULT" : The distance adjustment factor is based on the default value because we did not find an airport- or country-specific adjustment factor.
Implementation
core.String? distanceAdjustmentStrategy;