Visualize 3D objects from fusion table in google earth api -


i want visualize google fusion table data, google earth api.

for google map, possible simple 2d geometry:

  ##javascript       var map = new google.maps.map(..)    layer = new google.maps.fusiontableslayer({     map: map,     ...   }); 

how visualize 3d-polygon's geometry google earth api?

it pity, there impossible render complex 3d polygins directly google fusion table..


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -