Tagged Questions

0
votes
2answers
19 views

iPhone: MKMapView Strange crash

Hi everyone, I'm having an issue with a MKMapView, hope someone can help me. I have a view that embed a MKMapView and a navigationController. I push in my navigationController an …
0
votes
1answer
16 views

MKMapView disposal

Hello, I have a strange(?) crash after releasing MKMapView. MKMapView is a subview in my view controller and after I remove that view from navigation stack and release it applicati …
1
vote
1answer
31 views

why search field in not displayed at the Iphone MKMapView?

Hi, In My application i am using MKMapview to display the googleMap,but it is not displaying the search field in the Map. I have downloaded the Maps application from the Appstore …
2
votes
3answers
178 views

Experience with MKMapView Rotation

I have an MKMapView that I am considering rotating in order to more conveniently display a series of Annotations to my users. As of now I am planning on simply rotating the entire …
0
votes
0answers
40 views

Animating custom callout for MKAnnotationView in MKMapView

I finally managed to put together a custom callout UIView that gets shown when a MKAnnotationView is tapped. I did this by overriding - (void)setSelected:(BOOL)selected animated …
1
vote
1answer
71 views

Refresh MKAnnotationView on a MKMapView

I'd like to a-synchronically load images for my custom MKAnnotationView; I'm already using the EGOImageView-framework (it goes very well with UITableViews), but I fail to make it w …
2
votes
1answer
315 views

MKMapView Route/Directions

I found that the Google Maps API supports Directions through: var map; var directionsPanel; var directions; function initialize() { map = new GMap2(document.getElementById("map …
0
votes
1answer
44 views

iphone: Drawing over MKMapView?

Hi guys I'm attempting to draw polygons on a mapView. What I did was to add a transparent view on the main view, that matches the bounds of the mapView, and I draw over it. When I …
0
votes
1answer
54 views

iphone sdk: I have a Quartz Drawing problem

Hi guys, I have a view (MKMapView) and on it I've a transparent view on which I draw different things. Now I would like to give the user the option to erase things so that the "b …
1
vote
2answers
128 views

MKMapView: Get clicked event on annotation pin

Hi, I am using a m MKMapView containing a couple of MKAnnotation pins. Above the map I am showing a UITable with detailed information of the MKAnnotation pins. My problem: When i …
0
votes
5answers
59 views

How to simulate a user driving a route in a MKMapView?

I need to simulate how my application will look when a user is driving around for a demo. I have a MKMapView, how can I simulate the look of a user driving around which will use th …
0
votes
0answers
163 views

How to avoid MKMapKit Related Crashes on the iPhone

So, for the past few days I have been struggling to understand how to implement a simple MKMapView with some custom annotations without crashing my application in the process. Unfo …
0
votes
1answer
224 views

How to enable touchEvents (scroll and pan) in MKMapview below a custom UIView?

In a nutshell, I am trying to figure out how to scale the geometry (point, line, and polygon) implemented in a custom view (geometryView) on top of MKMapView (mapView). What I …
0
votes
0answers
14 views

Search MKMapView annotations

I've got several MKAnnotationView red push pins on a MKMapView in my iPhone application on several locations. I'd like to implement a search bar that can move the map region to sho …
0
votes
2answers
42 views

On the iphone, how do I add a location to the maps application?

Is there a way to add a location from an MKMapView in my application to the built-in Google Maps app? From what I understand there is probably one of two ways to do it: using [[UI …

1 2 3 next
15 30 50 per page