What is PXGoogleDirections?

PXGoogleDirections is a Google Directions API SDK for iOS, entirely written in Swift.

Features:

  • Supports all features from the Google Directions API as of August 2018
  • Supports “open in Google Maps app”, both for specific locations and directions request
  • also supports the callback feature to get the user back to your app when he’s done in Google Maps
  • in case the Google Maps app is not installed, also supports fallback to the built-in Apple Maps app
  • Available both with modern, Swift-style completion blocks, or Objective-C-style delegation patterns
  • Queries are made over HTTPS
  • JSON is used behind the scenes to help reduce the size of the responses
  • Available through CocoaPods and Carthage

Overview

  • Pricing: Free
  • Resource Link: https://github.com/poulpix/PXGoogleDirections
  • Resource Maker on Twitter: Romain L
  • Mobile Platform Destination: iOS Apps
  • Mobile Platform Support: Native iOS
  • Programming Languages: Swift
  • iOS Versions Supported: iOS 9.0+, iOS 10.0+, iOS 11.0+, iOS 12.0+
  • CocoaPods: PXGoogleDirections
  • Carthage: Poulpix/PXGoogleDirections