https://github.com/jpsim/googlemapssdkbugs
https://github.com/jpsim/googlemapssdkbugs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpsim/googlemapssdkbugs
- Owner: jpsim
- Created: 2020-01-24T17:25:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T17:25:41.000Z (over 6 years ago)
- Last Synced: 2025-01-20T07:13:01.876Z (over 1 year ago)
- Language: Swift
- Homepage: https://issuetracker.google.com/issues/148242327
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Maps SDK Bugs
This repo houses demo projects to reproduce Google Maps iOS SDK issues.
1. `pod install`
2. `xed .`
3. Replace `API Key Here` in `AppDelegate.swift` with your [Google Maps SDK API key](https://developers.google.com/maps/documentation/ios-sdk/start#get-key)
4. Build and run
5. On launch, the following will be logged to the console, even though the map was not moved by a user gesture: `Map will move. Gesture: true`