Showing Place Names On Google Indoor Map
I m trying to get Google indoor maps to work inside my app. When I look at a building in Google maps with indoor information available it shows the name of the places in it. I loo
Solution 1:
The markers you see in the Google Maps app are likely placed by the Google Maps app itself via Google Places. The limited set of markers you are seeing in your app are likely baked into the indoor map itself as "Floor Plan markers".
As far as I know, to display the other place information you must integrate with the Google Places API. You can then use that to find and add the business markers yourself with addMarker
, probably clearing and re-adding them whenever the level is changed.
Post a Comment for "Showing Place Names On Google Indoor Map"