Showing posts with label mkmapview. Show all posts
Showing posts with label mkmapview. Show all posts

Monday, May 14, 2012

UIView, how to determine when touches entered the view


It appears that all the touch methods of a UIView are only called if the touches began within the bounds of that view. Is there a way to have a view respond to a user who has touched outside the view, but then dragged his fingers into the view?

Tuesday, April 10, 2012

How to add a push pin to a MKMapView(IOS) when touching?


I had to get the coordonate of a point where the user touch on a MKMapView. I'm not working with the Interface Builder. Can you give me one example or a link.

Monday, February 27, 2012

GPS and draw MapRout in iphone


I have a latitude and longitude that is fixed, so I used that and got the point in mapview with pin. Now I want the current location and draw route, so I think using gps I get the latitude and longitude. Using this location(latitude & longitude) I have to draw a route with my fixed value (latitude & longitude). How is it possible..? Is this is the right way to do it? ?How to draw the route with two point..?