This is demo code Clean Architecture - MVVM architecture pattern and IoC (DI).
Before build this application.
- You must go to Google API Console
- Enable GoogleMap SDK
- Recieve API key
- Go to project (XCode)
- Change you bundle application to your bundle
- Change constant GoogleMap API Key in Constants.swift file
This project use next dependencies (Thanks to their authors)
Libraries |
---|
RxSwift |
RxSwift Community |
Swinject |
GoogleMaps Platform |
SDWebImage |