マップがロードされ、地域が変更されたときに注釈を追加しようとしています:
mapViewDidFinishLoadingMap を実行するにはどうすればよいですか? regionDidChangeAnimated はいつ実行されますか?
ありがとう
トニー
I'm not sure if I understood your question correctly, but you seem to be going on the right track. Are you asking because it is not working?
mapViewDidFinishLoadingMap
and
regionDidChangeAnimated
seem to be the right methods to do what you are trying to do.
Add the annotations in those methods with
[myMKMapView addAnnotation:annotation];