html5 - How do you have to mark up a postal address so it allows invoking an intent on a mobile device? -


my goal when mobile user touches address on clients website appropriate intent invoked, allowing user to, example, display location on google maps or start gps navigation.

similar behavior working great phone number. upon touching it, i'm asked if want complete action using skype or phone app.

so far, i've marked address hcard microformat , localbusiness schema.org. i've added geographic coordinates , marked them well. while that's great structured data, didn't seem have effect regarding initial goal.

is i'm trying achieve possible?

before apple maps used put link 1 below. when tapped, open google maps app. don´t have iphone test right now, chrome android shows menu chose application handle type of link (chrome, maps, waze, etc).

<a href="http://maps.google.com/maps?q=-22.90132,-43.176527">ccbb (centro cultural banco brasil)</a> 

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -