Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] Example of GoogleMaps via SPM 🗺️ #84

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

pchmelar
Copy link
Member

@pchmelar pchmelar commented Aug 3, 2023

📝 Description

  • This PR adds an example of integrating GoogleMaps via SPM

💡 What’s new?

  • GoogleMaps are integrated via SPM. No more frameworks and bundles directly in the repo 🙅
  • MapsToolkit package to prevent direct 3rd party dependency in other packages. For now, it contains only a simple GoogleMapsView. We can add more functionality/examples later.
  • Google Maps API key is provided directly in GoogleMapsView to avoid having 3rd party dependency in the main target. It will be invoked every time this view is initialized, but I guess that's not a big deal? 🤔

😶 What’s missing?

📚 References

@pchmelar pchmelar changed the title [iOS] Example of GoogleMaps via SPM [iOS] Example of GoogleMaps via SPM 🗺️ Aug 3, 2023
@pchmelar pchmelar force-pushed the feature/google-maps-spm branch from 2a633af to 6881aa2 Compare September 1, 2023 13:34
@pchmelar pchmelar merged commit 70282c8 into develop Sep 1, 2023
@pchmelar pchmelar deleted the feature/google-maps-spm branch September 1, 2023 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant