Thread: How get the response of a petition to Google´s API Directions?
 |
This question is answered.
Helpful answers available: 2.
Correct answers available: 1.
|
|
Replies:
3
-
Last Post:
Feb 26, 2016 9:32 AM
Last Post By: Markus Humm
|
|
|
Posts:
20
Registered:
3/22/16
|
|
Sorry, my english is bad.
I´m developing an app with google maps and the c++/Delphi XE8 builder.
I understand how to construct the request, i just don´t know how to do the petition and how to catch that information.
Could i use the REST Client Library? is posible to save the response either in xml or json?
Thank you for your help!!!
|
|
|
Posts:
5,113
Registered:
11/9/03
|
|
Am 25.02.2016 um 00:43 schrieb Victor Zepeda:
Sorry, my english is bad.
I´m developing an app with google maps and the c++/Delphi XE8 builder.
I understand how to construct the request, i just don´t know how to do the petition and how to catch that information.
Could i use the REST Client Library? is posible to save the response either in xml or json?
Thank you for your help!!!
Hello,
what exactly do you want to do? Display a certain place shown by google
maps inside a TWebbrowser on your form?
Greetings
Markus
|
|
|
|
Posts:
20
Registered:
3/22/16
|
|
Hello,
what exactly do you want to do? Display a certain place shown by google
maps inside a TWebbrowser on your form?
Greetings
Markus
Hallo Markus!!!
i want to use the web service of Google Maps Directions, to get the coordinates beetween two directions and draw a polyline on my TMapView!!
Greetings
Victor, Grüße von Mexiko!!!
|
|
|
|
Posts:
5,113
Registered:
11/9/03
|
|
Am 25.02.2016 um 21:07 schrieb Victor Zepeda:
Hello,
what exactly do you want to do? Display a certain place shown by google
maps inside a TWebbrowser on your form?
Greetings
Markus
Hallo Markus!!!
i want to use the web service of Google Maps Directions, to get the coordinates beetween two directions and draw a polyline on my TMapView!!
Greetings
Victor, Grüße von Mexiko!!!
Hello,
ok, if it's some web service (I don't know this stuff) then the REST
client library might be a starting point.
I guess there must be some API documentation available from Google if
that API is publically available? Did you already look for that
documentation? it would tell you whether the oputput is JSON or XML.
Greetings
Markus
|
|
|
|
Legend
|
|
Helpful Answer
(5 pts)
|
|
Correct Answer
(10 pts)
|
|
Connect with Us