3 Support MapVisibility control (#22)
[Problem]
- We only support
MKMapRectas a way to configure the visible region of the map. We should also support all the ways you can control the visible region of the map withMKMapView.[Solution]
- Switch away from a binding of
MKMapRect?to a binding ofMapVisibilityand introduce a new enum.
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
SwiftUIAdvancedMap
A wrapper around MKMapView with more functionality than Map.
AdvancedMapMapKit.Map(UIKit Annotation Views)
(SwiftUI Annotation Views)
(UIKit Overlay Views)
(via
AnnoatationViewFactory)(as an initialization parameter)
MKMapCamerasupportTap or Click Gesture with Coordinate on Map.
Rendering Annotations
Inspired by, and sometimes stealing from, the following projects: