0xLet / SwiftUIKit

📱 UIKit code that is fun to write
https://0xlet.github.io/SwiftUIKit/
MIT License
74 stars 6 forks source link

MapView #84

Closed 0xLeif closed 4 years ago

0xLeif commented 4 years ago

Example Use:

MapView(lat:, long:) {
    [
    // Points on the map
    ]
}
.zoom(// ...)
.move(// ...)
Oschly commented 4 years ago

Let me know what you think about #132