views:

72

answers:

2

I would like to create my own google maps mash up exactly like wundermaps but with different data.

How can i go about doing this?

http://itunes.apple.com/us/app/wundermap/id364884105?mt=8

A: 

A good way to start would be http://developer.apple.com/ipad/sdk/index.html

You can also look at the sample code for Map Kit at http://developer.apple.com/iphone/library/navigation/index.html#section=Frameworks&topic=Map%20Kit

Shaji
+2  A: 

Apple have a sample project called Weather map that shows exactly what you are after. http://developer.apple.com/iphone/library/samplecode/WeatherMap/Introduction/Intro.html

Lee Armstrong