0
我使用Swift創建了一種Apple Map應用程序。我創建的應用程序需要在科爾多瓦完成,所以我計劃在科爾多瓦創建一個快速插件並希望使用插件啓動該地圖。使用Swift創建Cordova插件
斯威夫特蘋果地圖:
Viewcontroller.swift我只用的MKMapView,MKCircle,MKPolyline,
方法渲染:
func mapView(mapView: MKMapView, rendererForOverlay overlay: MKOverlay) -> MKOverlayRenderer
{}
方法對定製標註更新:
func mapView(mapView: MKMapView, viewForAnnotation annotation: MKAnnotation) -> MKAnnotationView?
{}
雖然我從科爾多瓦項目中點擊按鈕,我需要showcas e Cordova項目內部的快速蘋果地圖可能嗎?
如果可能的話,請您提供一些教程。
我試着像「科爾多瓦插件」一些早期的教程,但它沒有幫助我:(