zyzdev / flutter_street_view

10 stars 29 forks source link

Feature request: Add listener for location/pan/zoom changes #11

Closed chaeMil closed 2 years ago

chaeMil commented 2 years ago

Hey thanks for the awesome work! I would really appreciate if you consider adding listeners for location, pan and zoom changes. Thanks! :) Keep up the good work!

zyzdev commented 2 years ago

Hi chaeMil, Callback onCameraChangeListener and onPanoramaChangeListener meet your request. See demo Street View Panorama events(demo/street_view_panorama_events.dart) in example for usage.