PXGoogleDirections - Google Directions API 助手库


BSD
iOS
Swift

软件简介

PXGoogleDirections 是 Swift 实现的 Google Directions API 助手库,支持 iOS。

  • 支持所有 Google Directions API 的特性 https://developers.google.com/maps/documentation/directions

  • 支持 “open in Google Maps app”,包括特定位置和方向请求

  • 提供现代化,Swift 风格的完成块,还有 Objective-C 风格的委托模式

  • 通过 HTTPS 进行查询

  • JSON 用来降低请求的大小

  • 支持 CocoaPods

安装:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'PXGoogleDirections'
use_frameworks!