Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use Google Maps Indoor Map API in HTML5 and JavaScript

I want to create a indoor map application using HTML5 and JavaScript. I have created a simple road map application, but when I click to zoom in on any indoor compatible building/mall, there are no levels or flooring options. So, are indoor features supported with HTML5 and Javascript?

In any normal Google Map in a mobile application, when we zoom in to any indoor building so it's enabled and show the floor wise map on screen.

like image 356
Akshay Avatar asked Apr 13 '13 12:04

Akshay


1 Answers

Looks like the JavaScript v3 API does not yet support indoor maps. But it might come.

The official page says it will be available: https://www.google.com/maps/about/partners/indoormaps/

"In addition to making the content available to our users in Google Maps, your indoor map will also be available through the Google Maps APIs for use in your mobile applications or website."

like image 67
aemkei Avatar answered Oct 30 '22 01:10

aemkei