Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.