Creating animated routes with Maps SDK for iOS
The Google Maps Directions API is a web service that Google provides us to get information about a route. A route is getting from an initial location to a specific destination. This web service provides us with information for different transport modes, waypoints and traveling times. we need these keys in info.plist file. These settings will allow us to use user location detection from our app.
1) NSLocationAlwaysAndWhenInUseUsageDescription
2) NSLocationAlwaysUsageDescription
3) NSLocationWhenInUseUsageDescription
#GoogleDirectionApi #GoogleDistanceMatrix #Swift
Download
0 formats
No download links available.
How to draw route using google direction api | Swift 5 | NatokHD