On Dec 18 2008, 2:44 pm, "jon serrano" <[email protected]> wrote: > took a shot at it. it will be tough to get help without actually seeing the > app/code for > your project. try erica sudan's site ericasudan.com she might have cocoa > framework > for your dilemma. > > cheers, > jonserr.com > > On Thu, Dec 18, 2008 at 5:29 PM, Hakim TAMGALT <[email protected]> wrote: > > yeah but i am launching my map, within an iphone application, the app has a > > WebView that loads the Map, the error Message I am receiving is : > > "about://(null) > > The Google Maps API key used on this website was registred for a different > > web site, you can generate a new key for this website......" > > > I am programming my UIWebView to load all the HTML+javascript , so i dont > > know how to register or get a key that will work within my app. > > > Any help on this is highly appreciated, i am trying to wrap up my app as > > soon as possible > > > On Dec 18, 2008, at 4:26 PM, jon serrano wrote: > > > my api key works on web browsers and on safari iphone 2.1 > >http://jonserr.com/jonserr_maps.html > > > On Thu, Dec 18, 2008 at 10:50 AM, Hakim TAMGALT <[email protected]> wrote: > > >> Hi All > > >> I am developing an application that will run on an iphone. I have > >> generated the Key for my websitewww.ibikenrun.com, but this key does > >> not seem to work on the iPhone because it does not detect the website > >> it is associated with, how can I get a key that will work on any > >> iphone. i am generating a UIWebView ( for those familiar with iphone > >> programming) that will show a map based on GPS coordinate of the iphone. > > >> Thanks for your help and guidelines > > >> hakim On Jan 12, 8:10 am, "Neil.Young" <[email protected]> wrote: > Probably there is a version of Google Gears for Safari andIphone > available now. At least it was announced several times. With Gears you > are able to use browser based HTML and Javascript to obtain the user's > position, using several means: Cellular, WiFi or even GPS. > > Regards > > warden [Andrew Leach - Maps API Guru] schrieb: > > > On Jan 12, 3:54 pm, itsallgood <[email protected]> wrote: > > >> The "Google Maps for Mobile" on aniphoneis a native app. So it's > >> stand alone. > > >> BUT... > > >> You can use normal google maps api on aniphone, but it dosnt have the > >> "locate/gps" feature. I get it. (Is this right???) > > > Yup. You got it. > > > In my cursory examination, at least one of the links in the Google > > search offered earlier describes how to write an app which can get at > > the location data and make it available to a web page, though. > > > Andrew hi all... there is a framework called CoreLocation with this v can able to find out the longitude and latitude of the place where we r..(location manager is the delegate method it helps a lot to find out the longi and latitude) later we can call a URL "http://www.maps.google.com/" with this Longi and Latt,,,u shuld try this in iphone device not with the simulator ...simulator displays the whole web page but device displays only the map with the current location here no need to call javascript or no need to put a marker or etc problem solved:) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
