Package | Description |
---|---|
com.graphhopper.routing.util |
Modifier and Type | Method and Description |
---|---|
static CustomModel |
CustomModel.merge(CustomModel baseModel,
CustomModel queryModel)
A new CustomModel is created from the baseModel merged with the specified queryModel.
|
CustomModel |
CustomModel.setAreas(Map<String,JsonFeature> areas) |
CustomModel |
CustomModel.setDistanceInfluence(double distanceFactor) |
CustomModel |
CustomModel.setMaxSpeedFallback(Double maxSpeedFallback) |
Modifier and Type | Method and Description |
---|---|
static CustomModel |
CustomModel.merge(CustomModel baseModel,
CustomModel queryModel)
A new CustomModel is created from the baseModel merged with the specified queryModel.
|
Constructor and Description |
---|
CustomModel(CustomModel toCopy) |
Copyright © 2012–2020. All rights reserved.