Skip to main content

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:

  1. GoogleMaps.framework
  2. GoogleMapsCore.framework
  3. GoogleMapsBase.framework

Step 2: Add Frameworks to Your Project

  1. 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.
  2. 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:
General Tab Frameworks

Step 3: Add GoogleMaps.bundle to Resources

  1. Navigate to Build Phases in your Xcode project.
  2. Under Copy Bundle Resources, click the + button, then select Add Other.
  3. Browse to the project location:
    • Locate GoogleMaps.framework.
    • Open the Resources folder inside it.
    • Select GoogleMaps.bundle and click Open.
  4. Ensure the Copy items if needed checkbox is selected.

📸 Reference Screenshot:
Build Phases Resources