Integrating Google Maps (if using cabs)
Integrating Google Maps (if using cabs)
Follow these steps to integrate Google Maps into the partner app project:
Step 1: Download Required Frameworks
Download the Google Maps frameworks from the link below:
Download Google Maps Frameworks
The download contains the following frameworks:
GoogleMaps.framework
GoogleMapsCore.framework
GoogleMapsBase.framework
Step 2: Add Frameworks to Your Project
- Copy Frameworks: Extract the downloaded files and copy the three frameworks (
GoogleMaps.framework
,GoogleMapsCore.framework
,GoogleMapsBase.framework
) into the main folder of your project directory. - Add to Xcode:
- Go to the General tab in your Xcode project settings.
- Locate Frameworks, Libraries, and Embedded Content.
- Click the + button and add all three frameworks.
📸 Reference Screenshot:
Step 3: Add GoogleMaps.bundle to Resources
- Navigate to Build Phases in your Xcode project.
- Under Copy Bundle Resources, click the + button, then select Add Other.
- Browse to the project location:
- Locate
GoogleMaps.framework
. - Open the Resources folder inside it.
- Select
GoogleMaps.bundle
and click Open.
- Locate
- Ensure the Copy items if needed checkbox is selected.
📸 Reference Screenshot: