I\'m developing in google maps APIv2. The issue that I\'m facing now is I only able to add in one line of word in info windows/snippet. But the output that I want is able to
You will have to use InfoWindowAdapter to create custom info windows. The default implementation somehow removes newlines from snippet, which might be considered a minor bug.