简体   繁体   English

iPhone dev - 如何在不使用浏览器的情况下在应用程序中显示 google map? 和其他 map 问题

[英]iPhone dev - How can I display a google map in an app without using the browser? And other map questions

I'm making an iPhone application that I want to take in a bunch of addresses and display them on a map using different colored pins to mark the different addresses.我正在制作一个 iPhone 应用程序,我想接收一堆地址并将它们显示在 map 上,使用不同颜色的引脚来标记不同的地址。 First of all, is this possible?首先,这可能吗? Secondly, I want a way to do it without having to open up the map in a browser, but display it directly as a view.其次,我想要一种无需在浏览器中打开 map 的方法,而是直接将其显示为视图。 Is this possible?这可能吗? Thanks.谢谢。

Yes, that is possible.是的,这是可能的。 You can put a MKMapView directly into the view.您可以将 MKMapView 直接放入视图中。 This can be dragged and dropped in the XIB file, Make sure that you also include the Map Kit framework in your project.这可以拖放到 XIB 文件中,请确保您的项目中还包含 Map 套件框架。 too, For addresses.同样,对于地址。 I would look at the link to the tutorial Jacky Boy gave.我会查看 Jacky Boy 提供的教程的链接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不使用Google Map的情况下在iPhone上创建客户地图 - how to create customer map on iPhone without using Google Map 我如何在iPhone中制作自己的地图(不使用Google Map) - how can i make my own map in iPhone ( not using google map) 如何使用像http://maps.google.com ...这样的URL在iphone中通过mapkit框架显示地图[它打开地图作为新应用程序] - How to display a map by mapkit framework in iphone using URL like http://maps.google.com…[it opens map as new App] 如何使用MapKit在iPhone应用程序中显示自定义Google Map? - How to show custom Google Map in iPhone app using MapKit? 我如何在 iPhone 中使用谷歌地图 API - how can i use google map api in iphone 如何旋转iPhone版Google Map - how to rotate google map for iphone app 如何使用Mapkit在iphone中显示离线地图 - How to Display offline map in iphone using Mapkit 如何在iOS应用中显示包含路况信息的地图? - How can I display a map with traffic information in my iOS app? 如何在 iphone 的谷歌 map 上显示所有 PlaceMarks/pin? - how to display all PlaceMarks/pins on google map in iphone? iPhone:如何在不更新位置/在后台运行GPS的情况下在地图视图上显示用户位置? - iPhone : How do I display the user location on a map view without updating location / having GPS running in the background?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM