I'm trying to draw a route using the google maps api, currently I can send the request to the google server and get the full json with the route.
Is there a method that I can implement to draw the route in the map using this json?
Also, is there an object in the api that can be instantiated with the route obtained from the json?