我使用的地圖視圖投影獲得像Android - 谷歌地圖 - 投影 - toPixels() - 它是獨立於像素的設備嗎?
currentPixelLocation = businessMapMv.getProjection().toPixels(tappedLocation, null);
這時屏幕上的像素,我用這個做這樣一箇中心氣球提示在屏幕上操縱一些。
所以我要做的就是
currentPixelLocation.y = currentPixelLocation.y - 100
這工作得很好。 toPixels方法設備返回的像素位置是否獨立?
像上面的代碼我的manioulation適用於所有屏幕分辨率?