I'm using google maps apiv2 and I'v added a marker on the map. The marker has a long snippet, so I want to insert some carriage return into the string. I've tried \n
, \r
and System.getProperty("line.separator")
, but nothing happens.
How can I add a CR in a snippet?