1

マップがロードされ、地域が変更されたときに注釈を追加しようとしています:

mapViewDidFinishLoadingMap を実行するにはどうすればよいですか? regionDidChangeAnimated はいつ実行されますか?

ありがとう

トニー

4

1 に答える 1

0

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];
于 2010-12-08T04:48:38.070 に答える