问题 I'm having a little trouble understanding how to change the colour of a marker in an Android Google Map project. My code for a Marker is: googlemap.addMarker(new MarkerOptions() .position(new LatLng( 65.07213,-2.109375)) .title("This is my title")) .setSnippet("and snippet"); .icon(BitmapDescriptorFactory.defaultMarker(BitmapDescriptorFactory.HUE_ORANGE))); I get this error when I put in the .icon code on the last line, otherwise the .position , .title and .setSnippet work just fine and are