How to show map with 3D buildings with google maps js api

前端 未结 2 908
青春惊慌失措
青春惊慌失措 2021-02-08 11:02

I am building a web-page using Google maps js api. I need the map type which shows all 3D buildings view provided by Google earth, just like the Google\'s map application where

相关标签:
2条回答
  • 2021-02-08 11:19

    Google seems to be silent about 3D features in Javascript API. Closest I can get to this are Styled Maps but nowhere does it specifically indicate 3D. Only Android implementations are available as of now.

    0 讨论(0)
  • 2021-02-08 11:30

    At this moment, the javascript API generates 3d buildings in map-view, with no option to turn this off. The google maps website shows 2d buildings, which includes housenumbers. This information seems more accurate than the 3d-buildings map-view. But the options to toggle between various map layers is a long standing omission in the javascript API.

    0 讨论(0)
提交回复
热议问题