Access the drawable resource of MyLocation blue dot in Maps
问题 I would like to get the same texture as the circle that indicates your position and bearing (blue) on the map in order to add other circles (in red) with the same texture and behaviour . What I have: I have access to all the params concerning the red point : LatLng, Bearing ... I used a map.addCircle to get the result displayed below. map.addCircle(new CircleOptions() .center(position1) .fillColor(Color.RED) .strokeColor(Color.WHITE) .radius(1.2) .strokeWidth(1 / 4)); Needs: I need the circle