tags:

views:

41

answers:

1

I am wondering how to create a click able map on Iphone similar to this one http://www.flashimap.com/clickable-map/UNITED_STATES/

I need to create my own map image with my own coloring schema.

A: 

I would start by checking out the MapKit API. It uses Google Maps and is the one that's used internally by the iPhone Maps application. It is available for any app to use.

cobbal
I actually need to create my own map image with my own coloring schema.
Jack
Then the short answer is going to be "a lot of drawing." Why is MapKit's color scheme unacceptable?
Jonathan Grynspan