GMapsFX
GMapsFX copied to clipboard
e.getRoutes().get(0).getLegs().get(0).getDuration() is returning null
e.getRoutes().get(0).getLegs().get(0).getDistance().getText() ok, but the same with getDuration() return null
public Integer getValue(){
return (Integer) getJSObject().getMember("value");
}
public String getText(){
return (String) getJSObject().getMember("text");
}