mapkit
how to get current location inside a building iphone
How is it possible to obtain the current location inside a building. I want to develop an application similar to this http://matadornetwork.com/goods/point-inside-indoor-map-application-for-the开发者_[详细]
2023-03-24 10:33 分类:问答viewForAnnotation Not Called Until Map is Moved
viewForAnnotation is not being called until I move or zoom in on the map. Because of this, my annotations do not show until the map i开发者_开发问答s touched. Any idea why?[详细]
2023-03-23 22:27 分类:问答iOS Mapkit Custom image appears 2X larger
am using the following image [using Annotations, MapkitView etc], to mark some locations. But, when the images are displayed, they appe开发者_C百科ar 2X bigger.[详细]
2023-03-23 21:40 分类:问答Custom annotation view is being removed from its superview after setting map view center coordinate
I\'m working on a location-aware application that is using MKMapView with custom callout bubbles implemented as MKAnnotationView subclass. Yesterday I\'ve encountered a subtle bug when custom annotati[详细]
2023-03-23 18:15 分类:问答Google Places API and Destination URL
Is there a way to get a place\'s website through the google places API? For example, if I find a Barnes and Noble, is there a way for Google Places to开发者_StackOverflow社区 return barnesandnoble.com[详细]
2023-03-23 14:17 分类:问答iPhone MapView - can I clear the cache of the map?
I am working on an iPhone app that uses a MKM开发者_JAVA百科apView inside of a view controller. I am doing requests to a server for events on the current displayed region on the map. The requests are[详细]
2023-03-23 11:05 分类:问答Putting UIButton and other UIControl objects inside an MKAnnotationView and allowing user interaction
I have a custom annotation view on the map, which has a UIButton in it, but the UIButton is not responsive when pressed. I have two main problems with user interaction on the annotation view:[详细]
2023-03-23 09:54 分类:问答Add a button to MapKit callout at bottom center (not accessory)
I have an interesting challenge.I need to create a callout for an MKAnnotation that has a slightly custom look on my map.It has 开发者_如何学Ca right accessory view, but it also requires a button in t[详细]
2023-03-23 05:30 分类:问答How do I animate MKAnnotationView drop?
I have a custom MKAnnotationView where I set my image myself in viewForAnnotation.How do I animate it\'s drop like I can with MK开发者_运维问答PinAnnotationView?[详细]
2023-03-23 01:40 分类:问答Confusion about MKOverlayView
I\'ve been working with layers for MapKit on the iPhone, and one library that I came across was this one: https://github.com/mtigas/iOS-MapLayerDemo/.It\'s very helpful, and seems to work fine.However[详细]
2023-03-22 21:17 分类:问答