Shay
Shay

Reputation: 2605

Open maps iphone app from my app, with pin drop at the coordinate

I'm using http://maps.google.com.au/?ll=, to open maps iPhone app from my app, but it only show the coordinate without the pin drop automatically. How can i make the pin to drop automatically?

Upvotes: 3

Views: 2012

Answers (1)

Sagar
Sagar

Reputation: 3149

You are required to pass lat-long by appending into the URL like following way - http://maps.google.com/?q=37.342,-122.434

Upvotes: 11

Related Questions