All Projects → krishnads → KGoogleDirectionWithPolyLine

krishnads / KGoogleDirectionWithPolyLine

Licence: Apache-2.0 license
Getting direction of a route and drawing polyline on map using google sdk.

Programming Languages

objective c
16641 projects - #2 most used programming language

GoogleDirectionWithPolyLine

Getting direction of a route and drawing polyline on map using google sdk.

I didn't uploaded pod files because of size limit while uploading. You can run code by doing following--

1. open terminal 2. go to the project folder 3. run command - pod init 4. add following into your pod file

Uncomment this line to define a global platform for your project

platform :ios, '9.0'

target 'GoogleDirectionWithPolyLine' do source 'https://github.com/CocoaPods/Specs.git' pod 'GoogleMaps'

Uncomment this line if you're using Swift or would like to use dynamic frameworks

use_frameworks!

Pods for GoogleDirectionWithPolyLine

target 'GoogleDirectionWithPolyLineTests' do inherit! :search_paths # Pods for testing end

target 'GoogleDirectionWithPolyLineUITests' do inherit! :search_paths # Pods for testing end

end

  1. Run - pod install

  2. Open workspace and everything should work fine now.

simulator screen shot nov 29 2016 2 58 00 pm simulator screen shot nov 29 2016 3 00 00 pm simulator screen shot nov 29 2016 3 00 21 pm

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].