Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 you can see all 3D buildings in the earth view. I don't want to use the Google earth API because it's deprecated. Any way to achieve that?

like image 605
user1209803 Avatar asked Apr 02 '16 23:04

user1209803


People also ask

Can Google Maps show 3D?

If you're using a desktop, you should be able to view Google Maps in 3D with just a few clicks. To make Google Maps 3D on desktop: Open your browser and navigate to the Google Maps website. Click on Layers in the bottom-left area of your map.

Can Google Maps show inside buildings?

You can see what some places look like on the inside before you visit. On Google Maps, you can see: The interior of places like stores, airports, or hotels.


2 Answers

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.

like image 119
noogui Avatar answered Sep 24 '22 09:09

noogui


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.

like image 10
ReyAnthonyRenacia Avatar answered Oct 10 '22 16:10

ReyAnthonyRenacia