在 ios 8.0 中集成地图

Integrating map in ios 8.0

我在我的 android 应用程序中集成了 google 地图 API。现在我在 iOS 中进行相同的编程。我不明白如何将 google 映射 API 集成到我的 iOS 8.0 中?

使用 MapKit 框架。 https://developer.apple.com/library/ios/documentation/MapKit/Reference/MapKit_Framework_Reference/

它非常易于使用,您可以在 Google 上找到很多教程。
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/LocationAwarenessPG/MapKit/MapKit.html

您可以使用 iOS 中的 Default MapKit,使用很好的教程 HERE

您可以使用 Google Map SDK 提供的不同方式,使用标准示例 HERE

希望这能帮助你做得更好。

HTH,享受编码吧!