我有一组点(5-10)需要覆盖在地图上。我能够正确执行叠加功能,与点对应的标记显示在地图上。但是由于某种原因,android跳过了添加前两点。任何线索为什么会发生这种情况?
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()
调用方法之后添加到 overlaym 的点。