public class WebHelper extends Object
| Constructor and Description |
|---|
WebHelper() |
| Modifier and Type | Method and Description |
|---|---|
static com.graphhopper.util.PointList |
decodePolyline(String encoded,
int initCap,
boolean is3D) |
static String |
encodePolyline(com.graphhopper.util.PointList poly) |
static String |
encodePolyline(com.graphhopper.util.PointList poly,
boolean includeElevation) |
static String |
encodeURL(String str) |
static String |
readString(InputStream inputStream) |
public static com.graphhopper.util.PointList decodePolyline(String encoded, int initCap, boolean is3D)
public static String encodePolyline(com.graphhopper.util.PointList poly)
public static String encodePolyline(com.graphhopper.util.PointList poly, boolean includeElevation)
public static String readString(InputStream inputStream) throws IOException
IOExceptionCopyright © 2015. All rights reserved.