I want to develop a mall navigator however i am unsure where to start. I want to create something similar to this screenshot - http://navigationapps.com/wp-content/uploads/2010/10/point-inside-2.png . I believe its a custom loaded map with a pin tracker on it however how can i do this? (are there any tutorials/examples i could look at?). Furthermore, assuming that the mall has a clear signal, how accurate will the tracking be - within how many meters?). Would appreciate some help on this. Thanks.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Recently I had to develop an app using MKMapView
using custom callouts (annotations). You won't get around subclassing MKAnnotationView
if you want to do a lot of customizations to it.
What helped me most were those tutorials:
Intro Tutorial: http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial
Part 1: http://blog.asolutions.com/2010/09/building-custom-map-annotation-callouts-part-1/
Part 2: http://blog.asolutions.com/2010/09/building-custom-map-annotation-callouts-part-2/ (Also handles buttons inside your callout)
回答2:
I believe, You need tiles overlay.
Have a look at:
https://github.com/mtigas/iOS-MapLayerDemo
https://github.com/route-me/route-me