Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudifa/ios-mapkitextensions
Tweaking the MapKit with extensions.
https://github.com/rudifa/ios-mapkitextensions
Last synced: 24 days ago
JSON representation
Tweaking the MapKit with extensions.
- Host: GitHub
- URL: https://github.com/rudifa/ios-mapkitextensions
- Owner: rudifa
- Created: 2020-08-08T14:37:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T12:35:28.000Z (over 4 years ago)
- Last Synced: 2024-10-06T01:41:24.791Z (about 2 months ago)
- Language: Swift
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MapKitExtensions
Helper functions for setting the MKMapView regions
### Unsolved problem:
In the test case
```
{ self.mapView.setRegion(coordinate1: coordLausanne, coordinate2: coordTokyo) }
```
the `MKMapView` maximal zoom-in seems to be limited, so that Lausanne and Tokyo are just outside of the map region.This problem is not present in a playground, using the same `MapKitExtensions` and test cases.