Google Maps with Cappuccino – MapKit
As I have been playing around with the awesome Cappuccino framework, I decided to add my own little extension to the framework in order to support Google Maps and abstract away the API into a more Objective-J/Cappuccino fashion. I’ve dubbed it MapKit. It’s very early days but you can add map views to your project quite easily and it’s straight forward to fall back to the usual Google Maps API to do anything that’s currently unsupported in MapKit.
You can get MapKit from github. Also available is a simple “Hello, World” example to explain how it’s used.
Comments
I decided to add my own little extension to the framework in order to support Google Maps and abstract away the API into a more Objective-J/Cappuccino fashion.
Add Comment