This commit is contained in:
Sem van der Hoeven
2021-01-06 13:54:30 +01:00
parent 1760f510c6
commit bd623a3f1d
4 changed files with 15 additions and 7 deletions

View File

@@ -132,6 +132,10 @@ public class DirectionsResult {
}
/**
* parses the given json string into this object. This method is used for when you want to
* @param json
*/
public void parseRoute(String json) {
Gson gson = new GsonBuilder().setPrettyPrinting().create();