I have a small application that gives the current location: longitude and latitude. Now I have to browse to google maps with the longitude and latitude. Please suggest how I can do this.
+6
A:
You can pass the coordinates as query parameters to the standard Google Maps url.
inklesspen
2009-11-26 05:45:19
ThanksIt works for me
Deepika
2009-11-26 06:15:46
Mind marking it as the answer, then?
inklesspen
2009-11-26 06:37:06
+3
A:
For example:
http://maps.google.com.au/?ll=<latitude>,<longitude>&spn=<degrees high>,<degrees wide>
http://maps.google.com.au/?ll=-15.623037,18.388672&spn=65.61535,79.013672
Cannonade
2009-11-26 06:01:09
A:
i've uploaded some files which inplement this using the mapkit framework.
http://uploading.com/files/d818cafd/MainViewController.h http://uploading.com/files/49bebb3a/MainViewController.m http://uploading.com/files/736647e2/MapLocation.m/
Nithin
2010-01-07 11:42:54
answers like this shouldn't get you rep, even if they have in the past. This doesn't answer the question and is largely irrelevant.
Paul McMillan
2010-01-07 11:45:30
actually i answered it assuming it to be from iphone, and works for that too, after that only i found that iphone is missing from the tags of the question
Nithin
2010-01-11 08:42:39