1

I'm an Android app developer. I have an app that is using google maps api and is getting a route between 2 points from google in KML format. I'we made it using This question. Everything worked grait until Friday, 27th of July. Now instead of giving the KML file Google is returning HTML web page which contains map with drawn route...

My question is about does anybody know how can I get the KML file now from google or other service like it?

Community
  • 1
  • 1
metalurgus
  • 13
  • 1
  • 3

1 Answers1

0

You're going to have to change your implementation. The way that people used to draw a path on the map to show direction was not official.

https://developers.google.com/maps/documentation/directions/

KoreanDude
  • 849
  • 7
  • 10