How to create an indoor map with google maps api?

0

I have a project where I want to create a map of a public facility, like an institute.  The idea is to open the federal institute's plan in an activity, on Android. Like the airport of guarulhos in google maps  From what I know, there is google maps indoor, but I do not know if there is any specific api of it for plant creation

Question : I would like to know if the google maps api for Android offers this possibility and how I could implement it.

    
asked by anonymous 02.10.2017 / 12:56

1 answer

1

It's a broad question, but creating google's indoor maps can not be done directly by an API.

First you need to send the site plan from a computer for them to approve and after approval and insertion into Maps, you can use the location in your application, since it will be visible to everyone. See on this Google page in the section Upload a plan to Google Maps to see the requirements for submitting a plan.

The maximum you can do directly through the API is to create polygons on the map, but it will not be useful for your requirement. Or use the layout of the plant and overlap in Maps in one application, however that is content for another question.

    
02.10.2017 / 15:44