tags:

views:

27

answers:

1

Hello,

I am passing a link on the iPhone with google map instructions:

http://maps.google.com/?q=Cabelas&mrt=loc&sll=30.444064,-97.813874&spn=0.006313,0.01133

In a browser, this works great, centering the map in my area and bringing up the store near us. But on the iPhone, when the internal maps application intercepts the call, I get a view of the US, most of the params are being ignored.

Can anyone spot any reason for this, or have a reason?

+1  A: 

See the Apple URL scheme reference for the rules for Maps links. Especially:

All parameters must be supported.

Since the mrt parameter is not supported, I suspect that one is the problem.

Ole Begemann
That took care of the issue, thanks!
Rob Bonner