gpt4 book ai didi

java - 信息窗口中的 OSM 中心十

转载 作者:太空宇宙 更新时间:2023-11-04 10:24:28 25 4
gpt4 key购买 nike

我想让信息窗口中的文本居中,我这样做了:

@Override
public boolean onItemSingleTapUp(int index, OverlayItem item) {

mapView.getOverlays().remove(mPin);
updateFields();
mapView.getOverlays().remove(activeItemizedIconOverlay);
mapView.getOverlays().remove(activeItemizedIconOverlay1);
mPin.hideInfoWindow();
mapView.getOverlays().remove(mPin);
mPin.setPosition(anotherItemizedIconOverlay1.getItem(index).getPoint());
mPin.setTitle(anotherItemizedIconOverlay1.getItem(index).getTitle() + " ");
mPin.setIcon(new BitmapDrawable(getResources(), RotateMyBitmap(BitmapFactory.decodeResource(getResources(), R.drawable.res2), Singleton.getInstance().listaVisible.get(currentNumber).azimuth)));
mPin.showInfoWindow();
mapView.getOverlays().add(mPin);
mapView.invalidate();
return true;
}

并且寡妇中的文本始终位于左侧

最佳答案

如果默认 InfoWindow 布局的设计不能满足您的需要,您可以定义并使用您自己的气泡布局。查看一些建议here

关于java - 信息窗口中的 OSM 中心十,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50699160/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com