ArcGIS for IOS (swift) 100 实现定位
2020-05-22 本文已影响0人
Antlers777
使用ArcGIS sdk的api 就可以实现。
@IBAction func getLocation(_ sender: Any) {
self.mapView.locationDisplay.start(completion:nil)
self.mapView.locationDisplay.autoPanMode = AGSLocationDisplayAutoPanMode.compassNavigation
self.mapView.locationDisplay.navigationPointHeightFactor =0.5
}