zyzdev / flutter_street_view

10 stars 32 forks source link

Street View Side-By-Side #12

Closed adnanefouam closed 2 years ago

adnanefouam commented 2 years ago

Can i display the Street View panorama alongside a map with a marker that displays the current position of the panorama on the map ?

Screenshot 2022-02-23 at 05 05 36
zyzdev commented 2 years ago

Callback onPanoramaChangeListener provide the position of current panorama. And you can use the position to move the marker on the map. See demo Street View Panorama events(demo/street_view_panorama_events.dart) in example for usage.