How to create an indoor map with the google maps api?

Asked

Viewed 458 times

-1

I have a project where I want to create a map of a public facility, like an institute. The idea is to open the plan of the federal institute in an Activity, on Android. As the airport of Guarulhos in google maps As far as I know, there is google maps indoor, but I do not know if there is any specific api of it for plant breeding

Question: I wonder if the google maps api for Android offers this possibility and how it could implement.

1 answer

1


It’s a broad question, but the creation of Google’s indoor maps cannot 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 in Maps, you can use the location in your application, since it will be visible to everyone. See more on this Google page in the section Upload a plan to Google Maps to see the requirements for sending a plant.

The most you can do directly by the API is to create polygons on the map, but it will not be useful for your requirement. Or use plant design and overlay in Maps in one application, but that’s content for another question.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.