public static final class VisualizeIsochroneRequest.Options extends Object
VisualizeIsochroneRequest
parameter options
.
Additional parameters
Modifier and Type | Field and Description |
---|---|
static String |
CONCAVITY_LEVEL
Factor to qualify the concavity of the isochrone curves.
|
static String |
DATA_MAX_X
Upper bound for the x values.
|
static String |
DATA_MAX_Y
Upper bound for the y values.
|
static String |
DATA_MIN_X
Lower bound for the x values.
|
static String |
DATA_MIN_Y
Lower bound for the y values.
|
static String |
FALSE
uses the solvers 'priority_queue' and 'inverse_priority_queue' based
on solve_direction
|
static String |
FROM_SOURCE
Shortest path to get to the source (inverse Dijkstra)
|
static String |
IS_REPLICATED
If set to
TRUE , replicate the SOLVE_TABLE . |
static String |
SOLVE_DIRECTION
Specify whether we are going to the source node, or starting from
it.
|
static String |
SOLVE_TABLE
|
static String |
TRUE
uses the solvers scheduled for 'shortest_path' and
'inverse_shortest_path' based on solve_direction
|
static String |
USE_PRIORITY_QUEUE_SOLVERS
sets the solver methods explicitly if true.
|
public static final String SOLVE_TABLE
public static final String IS_REPLICATED
public static final String TRUE
public static final String FALSE
public static final String DATA_MIN_X
public static final String DATA_MAX_X
public static final String DATA_MIN_Y
public static final String DATA_MAX_Y
public static final String CONCAVITY_LEVEL
public static final String USE_PRIORITY_QUEUE_SOLVERS
TRUE
: uses the solvers scheduled for
'shortest_path' and 'inverse_shortest_path' based on
solve_direction
FALSE
: uses the solvers
'priority_queue' and 'inverse_priority_queue' based on
solve_direction
FALSE
.public static final String SOLVE_DIRECTION
FROM_SOURCE
: Shortest path to
get to the source (inverse Dijkstra)
TO_SOURCE
: Shortest path to source
(Dijkstra)
FROM_SOURCE
.public static final String FROM_SOURCE
public static final String TO_SOURCE
Copyright © 2025. All rights reserved.