Reputation: 2352
How can I configure Google Maps to show in Earth View? I am using Google Maps V3
Upvotes: 5
Views: 20303
Reputation: 91
Use this,
map.setMapTypeId('GoogleEarthAPI');
use this after setting up all things, like markers etc.
Good luck.
Upvotes: 2