I read the documents of Linkify and know how to make a Hyperlink Textview and open browser when user clicks on it, but is there anyway to make a textview(also with a hyperlink look, blue and clickable) but actually shows a map with a pinned location when user clicks on it, for example, in a table:
Hotel ABC
location [some address]
“some address” appears to be a link, but when you click it, instead of showing a web, it shows you a map with the actually address pinned?
Thanks!
The native Android Google Maps app (if available on device) will respond to standard http://maps.google.com URLs and query strings, so something like the following will work: