Just a fast question. Is it possible to place multiple tags in a marker like this
Marker marker = googleMap.addMarker(getMarkerForUser(lat, lng, name, about, type));
marker.setTag(id);
marker.setTag(name);
if not, is there anyway to achieve this result
The Answer is NO
And if you want to set multiple tag See this answer