is there a way to draw a shape or contour, overlaid on a map kit view, making sure it’s bound to it so when the map kit view moves or re-scales it adjusts accordingly?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have look at the “Location Awareness Programming Guide” at http://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/LocationAwarenessPG/Introduction/Introduction.html and specifically at the
MKOverlayprotocol andMKOverlayViewclasses.These should be exactly what you are looking for.