来自googlemaps/android-maps-utils的类NonHierarchicalViewBasedAlgorithm有一个构造函数:
public NonHierarchicalViewBasedAlgorithm(int screenWidth, int screenHeight) {
mViewWidth = screenWidth;
mViewHeight = screenHeight;
}
但我不确定是否应该以像素或 dp 为单位发送宽度。
有任何想法吗?