I have added this to the iPhoneWebDev FAQ at
http://www.iphonewebdev.com/faq.shtml#faq36-text
4. Map Questions
Q: How does a web page open a map in the internal map application?
A: Any URLs in your html beginning with the text
http://maps.google.com/maps? will instead of opening the web page be
coerced to be displayed in the iPhone's internal map application.
Q: How do I use any of the special map features such as satellite maps?
A: The built-in iPhone application currently ignores many map?
parameters. You can use query, location, directions, and specify a
descriptive label using the + (Label+Text) parameter. However, you
cannot use the t= parameter to specify the Satellite map, the z=
parameter to indicate the map zoom level, layer=t to turn on the
Traffic display, and so on. [iPhoneWebDev Discussion at
http://groups.google.com/group/iphonewebdev/browse_thread/thread/fa6e9ccafc2385
].
-- Christopher Allen
Sure, check out the following a link:
<a class="cuiServiceButton" target="_self" href="http://
maps.google.com/maps?q=1000+Massachusetts+Ave,+Boston,+MA+(Jack's
+Office)">Map To Office</a>
In Google Maps, the label is "Jack's Office".
- Rich
On Aug 23, 10:33 am, rich_wagner <richwagner.p...@gmail.com> wrote: