My goal is to simply calculate a distance from point A to point B using IOS google maps SDK.
I found out that there is an API call Distance Matrix API. The questions are
- Do i need to make an HTTP request using Alamofire IOS to use Distance Matrix API?
Do i need to run my own server (etc Node.js, django, rails) to make a request to the Distance matrix?
Or everything is in IOS google maps SDK?