| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.config | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
PMap |
GraphHopperConfig.asPMap() |
PMap |
GHRequest.getHints() |
PMap |
GHResponse.getHints() |
| Constructor and Description |
|---|
GraphHopperConfig(PMap pMap) |
| Modifier and Type | Method and Description |
|---|---|
PMap |
Profile.getHints() |
| Modifier and Type | Method and Description |
|---|---|
PMap |
PMap.put(String key,
String str)
Deprecated.
use
putObject(String, Object) instead |
PMap |
PMap.putAll(PMap map) |
PMap |
PMap.putObject(String key,
Object object) |
static PMap |
PMap.read(String[] args)
Reads a PMap from a string array consisting of key=value pairs
|
PMap |
PMap.remove(String key) |
| Modifier and Type | Method and Description |
|---|---|
PMap |
PMap.putAll(PMap map) |
| Constructor and Description |
|---|
PMap(PMap map) |
Copyright © 2012–2020. All rights reserved.