Create and display indoor map on Android
Posted
by
Lorenzo Barbagli
on Stack Overflow
See other posts from Stack Overflow
or by Lorenzo Barbagli
Published on 2013-10-09T20:33:18Z
Indexed on
2014/06/07
9:25 UTC
Read the original article
Hit count: 260
I'm developing an Android application and I would like to display an internal (indoor) map of some buildings, but I don't know where to begin: I want to create a custom kml file (how it's possible to create it? with which tool?) and display it in a fragment. I already have it working with external maps (simple GoogleMap in MapFragment), so it would be super to have the kml file placed 'over' the GoogleMap, like real indoor maps.
Thanks
© Stack Overflow or respective owner