I am trying to make an application that displays some interesting points, as well as brief information, when I click on them, on the map. I also want to show my location on the map as a point on the map. These points relate to some archaeological sites, so there will be no internet coverage.
I was able to successfully complete the MapView Guide by Google developers.
Now my problem is this:
- How to use the card offline?
- How can I add my location, which will be automatically updated?
- How can I draw a custom line between a point so that I can move people around?
In the future, I would like to add location-based AR functionality as another action. I just add this information in case of any restrictions.
source share