2013-01-05 73 views
1

我有一個需求,在我需要採取mapview的圖像,並用它來顯示在pdf中。我能夠拍攝圖像並以pdf格式顯示,但唯一的問題是,當我拍攝MapView時,有時地圖沒有完全密封。Android Map已經完全加載

有哪些可以通知我,如果地圖是滿載或任何其他方式知道如果地圖採用的是Android應用程序加載的任何事件。

回答

0

那麼結果是什麼我結束了太多天是有發現它沒有100%的存在保證方式。有幾個方法存在思想其中之一是:

canCoverCenter 
public boolean canCoverCenter() 
Checks whether we currently have a map tile to cover the center of the map. 

Returns: 
True if there is a tile for the center, false otherwise. 

但只通知了中央瓷磚和不是所有的瓷磚。 :(