mrdeveloper
mrdeveloper

Reputation:

Help with google maps link for Iphone

i have a google maps link which will open the google map application...@"http://maps.google.com/maps?q=cupertino"...instead of a specific location i want it to open with the current longitude and latitude..would the link be like @"http://maps.google.com/maps?q=ll" like that...or is there a different way to do it?

i am using CLocation framework

Upvotes: 2

Views: 685

Answers (1)

Robert
Robert

Reputation: 15746

You can use different URL parameters to set the location like

?center=l,l

http://code.google.com/apis/maps/documentation/staticmaps/#URL_Parameters

Upvotes: 2

Related Questions