public static final class VisualizeIsochroneRequest.SolveOptions extends Object
VisualizeIsochroneRequest
parameter solveOptions.
Solver specific parameters
| Modifier and Type | Field and Description |
|---|---|
static String |
FALSE |
static 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. |
static String |
RESTRICTION_THRESHOLD_VALUE
Value-based restriction comparison.
|
static String |
TRUE |
static String |
UNIFORM_WEIGHTS
When specified, assigns the given value to all the edges in the
graph.
|
public static final String REMOVE_PREVIOUS_RESTRICTIONS
TRUE.
Supported values:
The default value is FALSE.public static final String TRUE
public static final String FALSE
public static final String RESTRICTION_THRESHOLD_VALUE
RESTRICTION_THRESHOLD_VALUE will not be included in the solution.public static final String UNIFORM_WEIGHTS
weightsOnEdges will override this value.Copyright © 2025. All rights reserved.