BigZaphod/Chameleon

MapKit

Opened this issue · 2 comments

The MapKit framework is missing.

Would like to hear people's thoughts on this one. Should it use a WebView with some scripting hooks and Google Maps Web APIs? Might be able to even pull off smooth scrolling and momentum if done correctly.

Anyone else have any suggestions?

One potential issue is that WebView (and thus UIWebView) on 10.6 doesn't work all that well when it's layer-backed, which is how Chameleon uses it. Maybe it'd be "good enough" for this, though, I don't know. Just FYI. (Related: If anyone knows how to make WebView behave better, that'd be awesome too. :P)