When there is any address in string, showing in TextView, need to be clickable and open on maps.
I've tried tv.setAutoLinkMask(Linkify.ALL). It is not working for all addresses. 
Any other way that's make clickable and link all addresses in TextView?
you can use simple on click listener.
and for text to make it look like a link you can use:
Also, you can use blue text color (#0D6EFD) to make it more professional.