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
Post a Comment