public View GetInfoContents(Marker marker) | |
{ | |
//... | |
if (clusterItem.m_bIsFav) | |
textviewDescription.Text += "\nFavoris !"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
public View GetInfoContents(Marker marker) | |
{ | |
//... | |
if (clusterItem.m_bIsFav) | |
textviewDescription.Text += "\nFavoris !"; | |
} |