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.addM
The problem is the semicolon ";" on the end of the line
.setSnippet("and snippet");
If you delete the semicolon making it
.setSnippet("and snippet")
It should work.