简体   繁体   English

如何制作自定义地图以在iPhone中显示用户当前位置?

[英]How can i make custom map for showing user current location in iphone?

我想在自定义地图上显示我的当前位置。自定义地图是我的所在地....所以,请帮助我如何使用自定义地图代替Google地图???

The main problem with offline maps is not the "map" but all the stuff you need to build to georeference your map. 离线地图的主要问题不是“地图”,而是构建地图地理参考所需的所有内容。 Think only at a map zoom. 仅在地图缩放时考虑。 There are many good open source libraries/SDK to manage offline maps. 有很多好的开源库/ SDK可以管理离线地图。

--EDIT-- - 编辑 -

It seems that the free code I found was removed. 我发现的免费代码似乎已被删除。 As soon as I will find a new available one I will update this comment 一旦我找到一个新的可用的,我将更新此评论

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

相关问题 iPhone当前用户位置坐标显示为(0,0) - iPhone current user location coordinates showing as (0,0) 使用Xamarin Studio和iPhone仿真器创建IOS地图时,如何获得假的“当前位置”? - How can I get a fake 'current location' when creating an IOS Map with Xamarin Studio and the iPhone Emulator? 如何在iPhone中使用获取的当前位置加载地图? - How to load the map with the obtained current location in iphone? 如何在iphone上获取地图中的当前位置位置 - how to get the current location position in map on iphone 如何在iPhone 4s中更改当前位置? - How can i change the current location in iphone 4s? 在iPhone中需要时,地图上的自定义图标和默认当前位置图标 - Custom icon and default current location icon on Map when needed 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? 如何从iOS中获取用户的当前位置 - How can I get current location from user in iOS 如何将在textview中输入的评论保存到iPhone中的地图当前位置 - How to save comment entered in textview to the map current location in iphone 如何在 iphone 中使用谷歌 map 从当前位置获取地标? - How to get landmarks from current location using google map in iphone?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM