I am developing an app that is using google directions api. But the problem I am facing is that google directions api says:
The Directions API may only be used in conjunction with displaying results on a Google map; using Directions data without displaying a map for which directions data was requested is prohibited.
But I don't want to show a map, instead I only want to show distance and locations only. But at question Alternatives to Googles Distance Matrix service? the guy says that its possible but isn't it against the google restrictions? Any suggestions or solutions?