マップにオーバーレイする必要がある一連のポイント (5 ~ 10) があります。オーバーレイ機能を正しく実行でき、ポイントに対応するマーカーがマップ上に表示されます。しかし、Android は何らかの理由で最初の 2 つのポイントの追加をスキップします。なぜそれが起こるのか手がかりはありますか?
03-21 15:18:58.703: INFO/System.out(22021): added today marker:Yann Martel 40.443299 -79.948573
03-21 15:18:58.703: INFO/System.out(22021): added today marker:American Landscapes: Treasures from the Parrish Art Museum 40.305861 -79.544878
03-21 15:18:58.703: INFO/System.out(22021): added today marker:Paul Thek: Diver, A Retrospective 40.443299 -79.948573
03-21 15:18:58.703: INFO/System.out(22021): added today marker:In My Father's House 40.443486 -79.995576
03-21 15:18:58.703: INFO/System.out(22021): added today marker:Ben Franklin: In Search of a Better World 40.446619 -79.992163
03-21 15:18:58.707: INFO/System.out(22021): added today marker:Ordinary Madness 40.443299 -79.948573
これらはすべて、populate()
メソッドが呼び出された後にオーバーレイに追加されるポイントです。