Android在谷歌地图中添加地点图标

时间:2017-02-17 09:16:01

标签: android google-maps android-layout google-maps-markers marker

我有办法从地图中删除所有默认位置,我想添加一个地方图标,即表示这个地方活动的形状。

mMap.addMarker(new MarkerOptions()
                .position(newLocation)
                .visible(true)
                .icon(BitmapDescriptorFactory.fromResource(R.raw.red)));

此代码会将标记的形状更改为图像,但我想添加默认的地方形状,即代表地点活动的小圆圈,并使其可点击为the final shape of the map

1 个答案:

答案 0 :(得分:1)

您只需从drawable中添加自定义图标,例如:

_countViewArray = [[NSArray alloc] init];