Reputation: 3
I am building a virtual tour app in Flutter. I want to add a widget that displays a map. Clicking on different spots on the map should directly take me to that spot in the tour. I have seen this feature in youvisit.com but I don't know how to implement it in Flutter. The widget in youvisit was a Google widget, but the map was custom, not like on Google Maps. Thanks in advance. [The map widget in youvisit.com](https://i.sstatic.net/EBKfN.png)
I tried to find a way to create a custom map from scratch but didn't find anything like it.
Upvotes: 0
Views: 645