public class DirectionsJsonObject
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DirectionsJsonObject() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toJson()
This takes the currently defined values found inside this instance and converts it to a json
string.
|