R
R
researcher11112017-08-02 23:46:23
satellite navigation
researcher1111, 2017-08-02 23:46:23

Implementing a subproject using the Google Maps API?

Is it possible to do this on the Google Maps API?:
1. Applications for Android transmits the current coordinates and address of the place of arrival
2. Receives a response, which is immediately converted into a text file, where the coordinates of the points (which the car must pass along the road) are line by line, one point one line

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Moskus, 2017-08-03
@researcher1111

The Google Maps Directions API returns the path in JSON and XML formats. The format you're describing isn't provided there, but there's nothing stopping you from actually converting one format to another.
In general, everything about the capabilities and limitations of this API (for the number of requests per day, for example) is written in the introductory documentation: https://developers.google.com/maps/documentation/d...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question