In my app I display a large number of circles alongside a track, the problem is that the radius is fixed.
circleOpt.radius(10).strokeColor(circleColor).fillColor(trackColor);
Is there an equivalent of circleMarker for google maps android? So the circle automatically resizes based on the zoom level of the map.