Android Google Maps Marker Tag

747 Views Asked by At

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

1

There are 1 best solutions below

4
On BEST ANSWER

The Answer is NO

And if you want to set multiple tag See this answer