public static final class VisualizeIsochroneRequest.SolveOptions extends Object
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
.
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.
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.
Map
.
A set of string constants for the parameter solveOptions
.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 © 2020. All rights reserved.