Leo
Leo

Reputation: 445

Any possible way to develop 3d earth map application for iphone?

I need to develop an iPhone 3d map application similar to virtual earth or google earth. The application will have images overlay above the 3d map, like clouds or location pin. Anyone has any ideas on that?

Regards

Edit: Try to make the phrase not vague this time:

As far as I know, google earth and microsoft virtual earth api (3d) are not supported for any iOS devices. In stead of redoing everything from ground up using OpenGL ES, which is the only way to do 3d in iOS devices with hardware acceleration, I want to develop a map application with established map services, such as google map. However, the map will be in 3d.

Of course, I can make a simple 3d earth using openGL ES with hardcore geo location similar to living earth HD, but I try to avoid that.

Upvotes: 0

Views: 1337

Answers (2)

user791181
user791181

Reputation: 1

You can also check out eeGeo's iOS and Android SDK, which offers vector-based 3D maps for all of the USA, Canada and UK.

Upvotes: 0

jfgrang
jfgrang

Reputation: 1178

Have a look at WhirlyGlobe library : http://code.google.com/p/whirlyglobe/

Upvotes: 3

Related Questions