Bing Maps API
GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.
Introduction
Bing Maps API is a map and location information service platform provided by Microsoft. It is aimed at developers and is used to integrate map display, route search, geocoding and other functions into web applications or mobile applications. It is as famous as Google Maps API and is widely used in enterprises and business systems.
Bing Maps API provides REST API, JavaScript SDK, Windows SDK, and integration methods for Android/iOS, supporting flexible customized development.

File Structure
- **GeoJSON: **mainly used for the exchange of location information data
- **XML: **better compatibility with old systems
- JSON: standard data format for REST API
- **PNG/JPEG: **used for tile images such as static maps
- **KML: **used to import external map data
Pros
- Highly compatible with Microsoft products: cloud service products such as Azure, Power BI, Dynamics 365, etc., can be smoothly integrated into enterprise systems
- High-precision aerial images: Provide high-definition aerial and satellite images, suitable for refined visualization
- Rich functions: Support map display, path planning, distance calculation, geocoding (address query), reverse geocoding, contour lines, terrain data, traffic information and other functions
- Flexible authorization mechanism: Provide multiple licensing options for commercial use and business systems
- Low server load: Lightweight design based on REST, which is less burdensome to the server in comparison
Cons
Less free usage: The number of free API calls is less than that of the Google Maps API, and commercial use usually requires a paid license
Application Scenario
Bing Maps API is widely used in commercial and public fields such as logistics management, field service route optimization, urban planning, facility layout simulation, location visualization dashboard, disaster management system, and sales area visualization.
Especially in the scenarios of combining with Power BI to produce geographic information visualization reports, or combining with Azure Maps to display real-time maps of IoT devices, Bing Maps API is increasingly used.
Example
- Local search analysis using Bing Maps.

- Displays company office locations.

Web Coverage Service (WCS)
Web Feature Service(WFS)
Web Map Tile Service (WMTS)
Tile Map Service (TMS)
References
- https://learn.microsoft.com/en-us/bingmaps/rest-services/locations/
- https://learn.microsoft.com/en-us/bingmaps/
- https://learn.microsoft.com/en-us/bingmaps/getting-started/bing-maps-dev-center-help/getting-a-bing-maps-key