Skip to content

Commit 5368304

Browse files
Added GooglePlaces API to enhance LandmarkDetailsView
- populates console with json of selected landmark
1 parent 95e366c commit 5368304

File tree

399 files changed

+22544
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

399 files changed

+22544
-51
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Podfile

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Uncomment the next line to define a global platform for your project
2+
platform :ios, '17.0'
3+
4+
target 'Spotted' do
5+
# Comment the next line if you don't want to use dynamic frameworks
6+
use_frameworks!
7+
8+
pod 'GooglePlaces', '8.3.0'
9+
end

Podfile.lock

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- GooglePlaces (8.3.0)
3+
4+
DEPENDENCIES:
5+
- GooglePlaces (= 8.3.0)
6+
7+
SPEC REPOS:
8+
trunk:
9+
- GooglePlaces
10+
11+
SPEC CHECKSUMS:
12+
GooglePlaces: b922e192c50994436900ef14d19f84971950250b
13+
14+
PODFILE CHECKSUM: b7bcfab3bbd24d6d923643d919dfabc556e5d8f7
15+
16+
COCOAPODS: 1.14.3

Pods/GooglePlaces/CHANGELOG.md

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/GooglePlaces/Example/GooglePlacesDemos/DemoAppDelegate.h

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/GooglePlaces/Example/GooglePlacesDemos/DemoAppDelegate.m

+59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/GooglePlaces/Example/GooglePlacesDemos/DemoData.h

+81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/GooglePlaces/Example/GooglePlacesDemos/DemoData.m

+103
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/GooglePlaces/Example/GooglePlacesDemos/DemoListViewController.h

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)