ClearGMSMapStyle - A clear style for Google Maps SDK for iOS
ClearGMSMapStyle
ClearGMSMapStyle – A clear style for Google Maps SDK for iOS
Installation
CocoaPods
ClearGMSMapStyle is available through CocoaPods, v1.7.0 or later is required.
To install ClearGMSMapStyle, add the following line to your Podfile
:
pod 'ClearGMSMapStyle'
As with all cocoapods written in Swift, make sure you have use_frameworks!
in your Podfile
.
Versioning
ClearGMSMapStyle follows semantic versioning rules. Note that we are currently in initial development, with major version 0. Anything may change at any time.
Documentation
https://github.com/davidseca/clear-gmsmap-style
Example project
The Example folder contains an example for an app.
On AppDelegate set your GMSServices APIKey.
To compile:
$ git clone https://github.com/davidseca/clear-gmsmap-style
$ cd clear-gmsmap-style/Example
$ pod install
$ open ClearGMSMapStyle.xcworkspace
Author
David Seca http://davidseca.website2.me
License
ClearGMSMapStyle is (c) 2022 David Seca. it is made available under the MIT License.