Android:根据参数更改标记的大小/颜色

时间:2013-09-16 07:28:44

标签: android google-maps-android-api-2 marker

目前我正在使用google-map-API V2 for android google map,有什么方法可以根据一个变量参数更改google地图的标记(图钉)大小/颜色?

1 个答案:

答案 0 :(得分:0)

float valueBetween0and360 = 222.222;
marker.setIcon(BitmapDescriptorFactory.defaultMarker(valueBetween0and360));

将更改标记图标颜色。

对于尺码,您必须提供自己的图标并使用BitmapDescriptorFactory.fromResource