I think you're going to have to roll your own. That's largely what we did. Good luck, too, as WebKit doesn't cache anything to disk. So, you pull in all the largely static resources each time your app starts . . . a lot of fun over EDGE. As for event catching, you'll have to come up with your own strategy there as well. You'll probably have to make use of the eval JavaScript string function, but really depends on what you're trying to do.
-- Kevin On Mon, Aug 18, 2008 at 8:22 AM, Igor Mikushkin <[EMAIL PROTECTED]>wrote: > > Hello > > I need to display several "pins" on the Google Maps in my iPhone > application. > They should be clickable and I want to catch events from they. > Moreover I want to have an ability to dynamically add new pins, remove > them, and change their labels or coordinates. > > Is there special Google Maps widget for these purposes? > Or do I need to create a web page using Google Maps API and then just > show it with WebKit? > How can I catch events from it? > > Thank You. > > Best Regards > Igor Mikushkin > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" 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/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
