MapKitGoogleStyler
MapKitGoogleStyler copied to clipboard
Customize iOS MapKit using Google JSON styles
i am getting error that map view does't content any "custom" named proprty..
Fixes the ```swift mapView.add(tileOverlay) ``` line in readme to support the latest API ```swift mapView.addOverlay(tileOverlay) ```
The latest version of the project (in pbxproj) is `0.1.1` but in the podspec it is `0.2`. Because of this cocoapods is not fetching the latest version and I've got...
Hi, it would be nice if you can add SwiftPackage support :) Thanks.
Can anyone confirm that this library is no longer functioning -- perhaps Apple restricted usage of tileOverlays for this purpose. I call the following in viewDidLoad ``` // LayoutManager is...
Hey @fmo91, quickly fixed some deprecation warnings, would be nice if you could merge them.
loading very slow
When using the pod with swift 4, it's only roads and parks that gets the Google Maps overlay, buildings are set to default apple style
I know that this is not a bug, but it could be if the app is rejected from the store because the lib is violating some part of the google...