androidandroid-maps

Indoor localiztion


I am creating the indoor localisation using beacons on Android OS. I would like to display the map of the building and draw my position on the map. Do I need to use the MapView or ImageView and draw point position?


Solution

  • I would use a MapView with Tile Overlays and a very high level of zoom. You can find more details by the following link.