Class ResponsePathDeserializerHelper

java.lang.Object
com.graphhopper.jackson.ResponsePathDeserializerHelper

public class ResponsePathDeserializerHelper extends Object
  • Constructor Details

    • ResponsePathDeserializerHelper

      public ResponsePathDeserializerHelper()
  • Method Details

    • createResponsePath

      public static ResponsePath createResponsePath(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JsonNode path, boolean hasElevation, boolean turnDescription)
    • decodePolyline

      public static PointList decodePolyline(String encoded, int initCap, boolean is3D, double multiplier)
    • readErrors

      public static List<Throwable> readErrors(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JsonNode json)