Add multiple tags to marker
问题 Created i model like in answer. Also added tags in markers: MarkerTag tag = new MarkerTag(); Marker marker = map.addMarker(new MarkerOptions() .position(new LatLng(47.045029, 28.861427)) .title("Marker") .icon(BitmapDescriptorFactory.defaultMarker(BitmapDescriptorFactory.HUE_AZURE)) .snippet("Population: 4,137,400")); tag.setEmail("first@gmail.com"); tag.setPhoneNumber("+37369490007"); marker.setTag(tag); Marker marker2 = map.addMarker(new MarkerOptions() .position(new LatLng(47.000327, 28