Class VisualizeIsochroneRequest.SolveOptions

    • Field Detail

      • REMOVE_PREVIOUS_RESTRICTIONS

        public static final String REMOVE_PREVIOUS_RESTRICTIONS
        Ignore the restrictions applied to the graph during the creation stage and only use the restrictions specified in this request if set to TRUE. Supported values: The default value is FALSE.
        See Also:
        Constant Field Values
      • RESTRICTION_THRESHOLD_VALUE

        public static final String RESTRICTION_THRESHOLD_VALUE
        Value-based restriction comparison. Any node or edge with a 'RESTRICTIONS_VALUECOMPARED' value greater than the RESTRICTION_THRESHOLD_VALUE will not be included in the solution.
        See Also:
        Constant Field Values
      • UNIFORM_WEIGHTS

        public static final String UNIFORM_WEIGHTS
        When specified, assigns the given value to all the edges in the graph. Note that weights provided in weightsOnEdges will override this value.
        See Also:
        Constant Field Values