【发布时间】:2019-01-18 04:32:11
【问题描述】:
我想创建文本气泡来显示从该标记到设备位置的距离,以及标记的名称。这些是我提前设置的标记:
mMap.addMarker(new MarkerOptions().position(new LatLng(51.1691158, 4.4662486)).icon(BitmapDescriptorFactory.fromResource(R.mipmap.ic_marker)));
这是我想到的设计图片: On the bottom of the activity, you should see textbubbles that you can scroll and click on
【问题讨论】:
标签: android google-maps google-maps-markers