3

I need to display the indoor floors of a shopping center (already mapped and visible on maps.google.com) but after implementing a basic Google Maps JavaScript API those indoor floors do not show up in the map (just the first one). Can the Javascript API show the different floors? and if yes, how can I implement it?

I implemented a "Base Map" from https://developers.google.com/maps/documentation/javascript/?hl=vi

duncan
  • 31,401
  • 13
  • 78
  • 99
Rocel
  • 1,029
  • 1
  • 7
  • 22
  • Do you have the tiles/images for those floors? – geocodezip Mar 28 '16 at 21:12
  • well, the mall is already mapped on Google Maps, lets take this as an example : https://www.google.com.br/maps/place/40+Boulevard+Haussmann,+75009+Paris,+France/@48.8736601,2.3320272,20.38z/data=!3m1!5s0x47e66e3704579fb5:0xb825fcec116a04ac!4m6!1m3!3m2!1s0x47e66e34301e2a45:0x608e0f8b09755e6e!2sPrintemps+de+l'Homme!3m1!1s0x47e66e3703e3bbb7:0x761a43269d50e900. How would I have the tiles/images from those floors? – Rocel Mar 28 '16 at 22:01
  • Did you manage to work this out? – eddyoc Oct 08 '19 at 09:46
  • @eddyoc I answered the post. It's still not supported according to the bugtracker – Rocel Oct 09 '19 at 01:08

1 Answers1

1

Answering my own question in case someone comes by this post. According to https://issuetracker.google.com/issues/35819848 it does not seem to be supported.

Ellery
  • 47
  • 7
Rocel
  • 1,029
  • 1
  • 7
  • 22