A lightweight QGIS plugin for opening Google Street View directly from the map canvas with customizable heading and direction.
StreetView Pro allows you to quickly access Google Street View from any location on your QGIS map. Simply click to open Street View, or drag to set a specific viewing direction. The plugin features an intuitive interface with visual feedback and right-click menu integration for enhanced workflow efficiency.
- Open QGIS
- Go to
Plugins→Manage and Install Plugins - Search for "StreetView Pro"
- Click Install Plugin
- Download the latest release from GitHub Releases
- Extract the ZIP file
- Copy the
StreetView Profolder to your QGIS plugins directory:- Windows:
C:\Users\YourUsername\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\ - macOS:
~/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/ - Linux:
~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/
- Windows:
- Restart QGIS
- Enable the plugin from
Plugins→Manage and Install Plugins
- Click the StreetView Pro icon in the toolbar
- Single Click on the map to open Street View at that location with default heading (North)
- Click and Drag to set a specific viewing direction — the cyan line shows where you'll be looking
- Release to open Google Street View in your browser
Right-click anywhere on the map to access quick actions:
- Open Street View Here — Opens Street View at clicked location with default heading
- Copy Coordinate — Copies coordinates in your project's CRS (X, Y format with 1 decimal)
- Copy Street View URL — Copies the full Google Street View URL to clipboard
- ESC — Cancel the current operation and return to selection mode
- QGIS 3.0 or higher
- Internet connection (to access Google Street View)
- Web browser
- Plugin Name: StreetView Pro
- Version: 1.0
- QGIS Minimum Version: 3.0
- License: MIT
- Category: Web
- Language: Python
- Captures click/drag events on the QGIS map canvas
- Calculates heading angle from drag direction
- Transforms coordinates from project CRS to WGS84 (required by Google Maps)
- Constructs Google Street View URL with coordinates, heading, pitch, and FOV
- Opens URL in default web browser
- Initial release
- Click or drag to open Street View with direction
- Right-click context menu integration
- Custom cursor and visual direction indicators
- CRS support with auto WGS84 transformation
- ESC key cancellation
- Auto return to selection mode
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Found a bug or have a feature request? Please open an issue on GitHub Issues.
This project is licensed under the MIT License — see the LICENSE file for details.
MD Moinul Mobin
- Email: mdmoinulmobin@gmail.com
- GitHub: @md-moinul-mobin
- Thanks to the QGIS community for their excellent documentation
- Inspired by the need for quick Street View access during field verification workflows
If you find this plugin helpful, please:
- ⭐ Star the repository on GitHub
- 🐛 Report bugs or request features via Issues
- 📢 Share it with others who might find it useful
Note: This plugin uses Google Street View service. Please ensure you comply with Google's Terms of Service when using this plugin.


