PDA

View Full Version : no mashable maps for the iphone SDK?




nujjus
Apr 20, 2008, 04:15 PM
Hello,

Is it true that there is no way to build map mashups using the iPhone SDK? If so, does anyone know of a workaround?

Any insight is greatly appreciated!



robbieduncan
Apr 20, 2008, 04:20 PM
Just do it on a webpage using Google maps?

nujjus
Apr 20, 2008, 04:25 PM
That was going to be my second option - just launching the browser. Though, because the iPhone only allows one application open at a time, and if the user wants to return to the original app then s/he'd have to close the browser and re-start the app.

If I take this approach, do you know if it's possible for the browser to grab coordinates directly from the phone (using CoreLocation)?

ace2600
Apr 20, 2008, 08:47 PM
You can open up a WebView inside your application instead of having to launch Safari. Check out the Sample Code's UIShowcase's WebView example.