Reputation: 189
my application gets geopoints between two locations using KML file from google maps by URL (which worked successfully for a long time)
https://maps.google.com/maps?f=d&hl=en&saddr=vishakapatnam&daddr=hyderabad&ie=UTF8&om=0&output=kml
but now instead of downloading KML file it is directly showing google maps page and also it is not working inside application as main source of my app is KML file and as there is no KML file to parse, the parser is returning a NULL pointer exception
is there any other location source which provides KML files? or any other possible solution to my problem?
Upvotes: 0
Views: 154
Reputation: 6201
Google change here location service from kml to xml or json format , so it is better use google location json service.
check the link
Thanks
Upvotes: 1