I am trying to execute Direction API from the code below:
GeoApiContext context = new GeoApiContext.Builder()
.apiKey("MyAPIKey")
.build();
and I receive the following error:
error: cannot find symbol class Builder
I am very new to this. I have checked the other posts but still don't seem to find a solution. It would be great if you can let me know what to do.