mapkit
iPhone - Replace GoogleMap MapKit user's direction blue dot with spinning arrow
How may I show an arrow that shows the users directi开发者_运维知识库on instead (over ?) the existing blue dot in the MapKit on a GoogleMap view ?From the documentation of the mapView:viewForAnnotatio[详细]
2023-04-01 01:06 分类:问答How store data when click on map?
I am making an application in which i have map view where map is zoom in. When user click on map then drop an annotation 开发者_StackOverflow社区. When annotation drop on that address then that addres[详细]
2023-03-31 22:44 分类:问答Mapkit - Change annotation image on tapping
I am new to iphone development. I have added annotations on the map. I am able to catch the tapping event on the annotation in didSelectAnnotationView(). But i want to chang开发者_高级运维e the image[详细]
2023-03-31 05:24 分类:问答iPhone - MKOverlay and MKOverlayView logic
There\'s a point I wonder, maybe someone could explain me with simple words better than the doc do...[详细]
2023-03-31 03:53 分类:问答Can't get Mapkit class, method to compile
Can\'t get code to compile because of error in the - (void)mapView:(MKMapView *)mapView didUpdateUserLocation:(MKUserLocation *)userLocation[详细]
2023-03-31 03:47 分类:问答EXC_BAD_ACCESS in [MKMapView setShowsUserLocation]
I\'m getting the nasty EXC_BAD_ACCESS in a relatively straightforward piece of code. Does any one have any idea why this code crashes?[详细]
2023-03-30 10:34 分类:问答iOS Mapkit Custom Callout
Here\'s a sample custom callout that I\'d want to get a similar style of. I was thinking of inheriting from MKAnnotation but I\'m lost how to start it and I don\'t know if the callout\'s design could[详细]
2023-03-30 07:44 分类:问答Show only a specific world region on map
I want to show one part of t开发者_如何学Pythonhe world on a map. For example, I want to show only the cities and states in India; how can I do this?Your question is badly worded but this example may[详细]
2023-03-29 18:22 分类:问答How to make forced update of user location?
I need to get current user location but I don\'t know if it has changed or not. Can I request a forced location update from CLLocationManager? 开发者_开发百科Or is there any other way to do that?Stopp[详细]
2023-03-29 16:37 分类:问答Putting an image into an MKOverlayView in the MapKit in Xcode
I want to make a mapkit overlay with a png, but i have no code for it and I cant find any tutorials on it. I am a novice coder, so lots of help would be greatly appreciated![详细]
2023-03-29 03:18 分类:问答