> For the complete documentation index, see [llms.txt](https://bellingcat.gitbook.io/toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bellingcat.gitbook.io/toolkit/categories/maps-and-satellites/street-view.md).

# Street View

| Name                      | Description                                                                                                                                                                                                                              | Cost                                                         | Tool Review and Guide                                                                                                                                      |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| About Maps and Satellites | A guide to using map and satellite tools.                                                                                                                                                                                                | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/about-maps-and-satellites](/toolkit/more/all-tools/about-maps-and-satellites.md)                     |
| Baidu Maps                | Baidu’s mapping service offering satellite imagery, street maps, and streetview (“Panorama” - zh:百度全景).                                                                                                                                  | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/baidu-maps](/toolkit/more/all-tools/baidu-maps.md)                                                   |
| Bing Maps                 | Bing Maps is a web mapping service provided by Microsoft that offers detailed geographical information and tools for route planning, location search, and satellite imagery.                                                             | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/bing-maps](/toolkit/more/all-tools/bing-maps.md)                                                     |
| Carte.ma                  | Mapping/streetview service for Morocco                                                                                                                                                                                                   | <mark style="background-color:green;">Free</mark>            | <p><sub><em>Guide not available</em></sub></p><p><a href="http://carte.ma/"><mark style="background-color:blue;"><http://carte.ma/></mark></a></p>         |
| GeoHints                  | GeoHints is a website that provides information about things like traffic lights, utility poles, bollards etc. for different regions of the world to help geolocate a location.                                                          | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/geohints](/toolkit/more/all-tools/geohints.md)                                                       |
| Google Earth Pro          | Google Earth is a geospatial tool that provides detailed, global satellite imagery, maps, 3D terrain models, and the ability to explore geographic data interactively.                                                                   | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/google-earth-pro](/toolkit/more/all-tools/google-earth-pro.md)                                       |
| Google Maps               | Google Maps provides mapping information, satellite imagery and Google Street View imagery including historical Street View images.                                                                                                      | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/google-maps](/toolkit/more/all-tools/google-maps.md)                                                 |
| KartaView                 | KartaView is a crowdsourced platform for street view imagery.                                                                                                                                                                            | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/kartaview](/toolkit/more/all-tools/kartaview.md)                                                     |
| Mapillary                 | Mapillary is a crowdsourced street-level imagery platform.                                                                                                                                                                               | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/mapillary](/toolkit/more/all-tools/mapillary.md)                                                     |
| MapSwitcher               | Chrome extension switches between online map apps, maintaining (as far as possible) the map centre, zoom level, & directions of the source map.                                                                                          | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/mapswitcher](/toolkit/more/all-tools/mapswitcher.md)                                                 |
| Photo-Map.RU              | Geotagged VK posts.                                                                                                                                                                                                                      | <mark style="background-color:green;">Free</mark>            | <p><sub><em>Guide not available</em></sub></p><p><a href="http://photo-map.ru/"><mark style="background-color:blue;"><http://photo-map.ru/></mark></a></p> |
| Tencent Maps              | Tencent Maps (formerly SOSO Maps) is a desktop and web mapping service application and technology provided by Chinese company Tencent, offering satellite imagery, street maps, street view (coverage) and historical view perspectives. | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/tencent-maps](/toolkit/more/all-tools/tencent-maps.md)                                               |
| Wikimapia                 | Wikimapia was a long-running collaborative mapping project that remains partially accessible, providing open source researchers with a unique database of historical, user-generated content.                                            | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/wikimapia](/toolkit/more/all-tools/wikimapia.md)                                                     |
| Yandex Maps               | A platform offering detailed maps, satellite imagery, street views (static & sometimes dynamic imagery, including aerial views). Often the best available data on Russia & surrounding regions.                                          | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/yandex-maps](/toolkit/more/all-tools/yandex-maps.md)                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bellingcat.gitbook.io/toolkit/categories/maps-and-satellites/street-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
