Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Azure Maps

From Wikipedia, the free encyclopedia
This articlerelies excessively onreferences toprimary sources. Please improve this article by addingsecondary or tertiary sources.
Find sources: "Azure Maps" – news ·newspapers ·books ·scholar ·JSTOR
(March 2024) (Learn how and when to remove this message)
Geographic information system maintained by Microsoft
Azure Maps
Developer(s)Microsoft
Initial releaseMay 29, 2018; 6 years ago (2018-05-29)[1]
Operating systemWindows Desktop,Windows Server,Ubuntu,Red Hat Enterprise Linux,CentOS,MacOS,iOS,Android,Docker, Azurevirtual machines,containerorchestration platforms
TypeLocation based services,cloud services
LicenseProprietary,commercial software
Websiteazure.microsoft.com/products/azure-maps

Azure Maps is a suite ofcloud-based,location-based services provided byMicrosoft as part of the company'sAzure platform. The platform provides geospatial and location-based services viaREST APIs andsoftware development kits (SDKs). The service is typically used to integrate maps or geospatial data intoapplications.

Azure Maps differs from Microsoft's other enterprise mapping service, Bing Maps, in its pricing model, focus on privacy, and its level of integration into the broader Azure cloud ecosystem.[2][3]

History

[edit]

Azure Maps was first introduced in public preview mode under the name "Azure Location Based Services" in 2017, primarily as anenterprise solution.[4] The services was intended to add mapping and location-based functionality onto the existing Azure cloud services suite, seen as a critical part of Microsoft's broaderInternet-of-Things (IoT) strategy.[5]

The preview version included APIs which could be used to develop location aware apps for use cases such aslogistics andmobility. In 2018, the software was renamed "Azure Maps," and becamegenerally available to the public, and a number of new functions were added, including route calculation, travel time calculation, and incorporation ofreal-time traffic data and incident information.[6]

Azure Maps was integrated with Azure IoT Central in 2018, which added tracking, monitoring, andgeofencing capabilities.[7] A set of mobility APIs on were added in 2019, with applications such as use inpublic transport apps andshared bicycle fleet management.[8] “Azure Maps Creator,” which converts private facility floor plans into indoor map data, was also introduced in 2019.[9] Some commentators linked these services to Microsoft's broader development ofaugmented reality products.[10][11]

In 2020, Azure Maps Visual for Power BI was released, integrating location-based features and mapping capabilities into Microsoft's business intelligence software.[12]

An elevation API (which was later retired),[13] geolocation services,[14] and aniOS[15] andAndroidsoftware development kit[16] were introduced in 2021.

In 2022, support for historical weather, air quality, and tropical storm data was made generally available and custom styling for indoor maps was also introduced.[17] In 2023, Azure Maps was certified asHIPAA compliant in a move to target healthcare and health insurance companies.[18]

Functionality

[edit]

Geocoding

[edit]
Main article:Geocode

Geocoding is one of the core functionalities of Azure Maps, converting addresses or place names into geographic coordinates. Batch geocoding is used to process large amounts of address data, a function used for route optimization andspatial analysis.[19]

Reverse geocoding

[edit]

Reverse geocoding deriveshuman-readable information from geographic coordinates likelongitude andlatitude, used in navigation and by geographic information systems.[20]

Routing

[edit]

Azure Maps uses map data and routing algorithms to calculate the shortest or fastest routes between locations based on factors like vehicle size and type, traffic conditions, and distance.[21] Routing also supports multi-modal routing, which include multiple modes of transport in a single trip, including cycling, walking, and ferries.

This functionality is used for location-based searches and route optimization in applications likefleet management,[22]proximity marketing,[23] andemergency services[24] as well as logistics and delivery,urban planning,ride sharing apps, and outdoor activities.[25]

Map visualization

[edit]

The platform supports map visualizations that can be modified to reflect real-time data (including from IoT sensors) as well as historical data patterns. Visualizations include heat maps, street maps, satellite imagery and other custom data layers.[26] Maps are rendered usingraster orvector tiles which reduce the load of displaying large data sets or complex maps.[27]

This can be used in various applications in areas like transportation,smart cities, retail and marketing,public health, andenvironmental monitoring. For example, it can be used for tracking the spread of diseases[28] or measuring the impact of changing climatic patterns.[29]

Geofencing and spatial analytics

[edit]

Azure Maps supports polygonal geofencing, which enables the definition of custom geographic boundaries. Geofenced areas can be monitored in real-time for events of interest. For example, an application could send an alert when equipment or persons enter or leave a defined area.[30]

Tools for analyzing historical geofencing data are also available via the APIs for optimization purposes.[31]

Industry usage

[edit]

Azure Maps' geofencing function has seen usage in the construction industry, designating hazardous areas for safety purposes and sending alerts if anyone enters the area.[32] Private facility maps are used by construction companies for monitoring large construction sites to increase productivity and prevent accidents or damage.[33]

In emergency management,New Zealand based company Beca has used Azure Maps to provide analysis on the impact of earthquakes to users, including information on the severity and location of an earthquake and the impact on affected properties.[34]Alaska's Department of Transportation uses Azure Maps as part of an information system providing weather-related warnings and analytics to road crews.[35]

Airmap, anairspace management platform fordrones, uses Azure Maps.[36]

Azure Maps has also been used in conjunction with Azure Monitor for risk monitoring by an insurance company.[37]

Other companies that use or have used Azure Maps includeBMW,Banco Santander, Jvion,MV Transportation,C.H. Robertson, Wise Skulls,Tata Consultancy Services,Providence Health and Services, Gas Brasiliano Distribuidora S.A.,Shell plc,Persistent Systems, Phase 2 Dining and Entertainment, Symbio,HID,Globant, andInsight Enterprises.[38][39]

Partnerships

[edit]

Azure Maps andTomTom have been partners since 2016,[40][41] and TomTom provides location data to Azure Maps and can process data from Azure Maps for mapping purposes.[42][43]

In 2021, Azure Maps partnered withAccuWeather to make climatic data available via its APIs, making weather data along all parts of calculated routes available for mobility and logistics purposes.[44][45]

Microsoft has partnered withEsri, the developer ofArcGIS,[5] and there is cross-compatibility between Azure and ArcGIS so that data from Azure Maps can be integrated into ArcGIS and vice versa.[46]

Azure Maps partnered withMoovit in 2019, a startup providing software that interfaces with public transport data.[47] Moovit's database on global public transit networks, including information on which stations and facilities are wheelchair accessible, was linked to Azure Maps. This service was noted for its use increasing accessibility to public transport for the visually impaired by means of voice activated route planning assistance.[48]

NORAD has used some Azure Maps functions for theirNORAD Tracks Santa website duringChristmas holidays.[49]

Components

[edit]

REST APIs

[edit]

Various APIs cover the major functionalities across Azure Maps:

SDKs

[edit]

Azure Maps SDKs usesMapLibre-style specifications andopen source MapLibre GL-based libraries as a rendering engine.[59] The Web SDK is used for developing web apps with maps and location-based data and functionality. It includes a map control module[60] as well as modules with drawing tools. It also supports Azure Maps Creator and various spatial data formats.[61]

The platform also includes a set of REST SDKs for developers integrating Azure Maps REST APIs into Python, C#, Java or JavaScript applications.[62]

Azure Maps also includes Android and iOS SDKs used for developing applications for Android and Apple devices.[63]

Azure Maps Creator

[edit]

Azure Maps Creator is a tool for generating custom maps for locations like large office complexes, construction sites, or university campuses. These maps can then be integrated into applications and used with other Azure Maps functions for purposes such as wayfinding and maintenance and security inbuilding automation contexts.[64]

Azure Maps Visual for Power BI

[edit]

Azure Maps is integrated withMicrosoft Power BI, a graphical tool for producing data visualizations. Since July 2020, Power BI can be used in conjunction with Azure Maps for developing map-based data visualizations.[65] This functionality entered general availability in May 2023.[66]

See also

[edit]

References

[edit]
  1. ^"General availability: Azure Maps | Azure updates | Microsoft Azure".azure.microsoft.com. Retrieved2024-03-27.
  2. ^Bisson, Simon (2019-03-05)."How Azure Maps differs from Bing Maps for developers".InfoWorld. Retrieved2024-03-27.
  3. ^Chia, Snake (2018-08-02)."Azure Maps vs Bing Maps".Medium. Retrieved2024-03-27.
  4. ^IANS (2017-11-30)."Microsoft launches 'Azure Location Based Services' Public Preview".The Statesman. Retrieved2024-03-10.
  5. ^abCorp, Microsoft."Microsoft launches Azure Location Based Services for geospatial needs across industries".www.prnewswire.com. Retrieved2024-03-10.
  6. ^"Azure Maps unveils satellite imagery, batch services, and advanced geospatial functionality | Azure updates | Microsoft Azure".azure.microsoft.com. Retrieved2024-03-10.
  7. ^"New in Azure Maps: API, map control modules, imagery, and styling features | Azure updates | Microsoft Azure".azure.microsoft.com. Retrieved2024-03-10.
  8. ^Nyman, Outi (2019-06-07)."Announcing Mobility service for Azure Maps, SDKs updates, and more".Microsoft Azure Blog. Retrieved2024-03-10.
  9. ^dev-admin (2023-05-30)."Indoor Mapping | Start For Free | Microsoft Azure Maps".www.microsoft.com. Retrieved2024-03-10.
  10. ^"Meet Facebook's metaverse competitors".Quartz. 2021-11-01. Retrieved2024-03-10.
  11. ^"Microsoft previews Azure Maps Creator to enable indoor location apps and AR".SiliconANGLE. 2020-06-01. Retrieved2024-03-10.
  12. ^Brundritt, Ricky (2020-07-13)."Azure Maps Power BI visual now in preview".Microsoft Azure Blog. Retrieved2024-03-27.
  13. ^matrix (2021-06-17)."Azure Maps Elevation Service API".Grey Matter. Retrieved2024-03-27.
  14. ^"Azure Maps Geolocation Service is now generally available | Azure updates | Microsoft Azure".azure.microsoft.com. Retrieved2024-03-27.
  15. ^"Azure Maps iOS SDK is now in public preview | Azure updates | Microsoft Azure".azure.microsoft.com. Retrieved2024-03-27.
  16. ^Wiggers, Kyle (2019-02-11)."Microsoft introduces Azure Maps Android SDK in preview, new Azure Maps services".VentureBeat. Retrieved2024-03-27.
  17. ^"Azure Updates: IoT adoption; GPU monitoring; Maps Weather Services; Open Source Day".MSDynamicsWorld.com. Retrieved2024-03-27.
  18. ^"Azure Maps is now HIPAA (Health Insurance Portability and Accountability Act) compliant | Azure updates | Microsoft Azure".azure.microsoft.com. Retrieved2024-03-27.
  19. ^eriklindeman (2023-08-18)."Geocoding coverage in Microsoft Azure Maps Search service - Microsoft Azure Maps".learn.microsoft.com. Retrieved2024-03-10.
  20. ^eriklindeman (2023-04-24)."Search for a location using Azure Maps Search services".learn.microsoft.com. Retrieved2024-03-26.
  21. ^sinnypan (2023-07-27)."Tutorial: How to display route directions using Azure Maps Route service and Map control - Microsoft Azure Maps".learn.microsoft.com. Retrieved2024-03-26.
  22. ^"Exploring Fleet Management Scenarios with Azure Maps".TECHCOMMUNITY.MICROSOFT.COM. Retrieved2024-03-26.
  23. ^jodahlMSFT (2024-01-20)."Enrich customer profiles with location data from Azure Maps (preview) - Dynamics 365 Customer Insights".learn.microsoft.com. Retrieved2024-03-26.
  24. ^Seto, Julie (2018-11-29)."Using AI and IoT for disaster management".Microsoft Azure Blog. Retrieved2024-03-26.
  25. ^eriklindeman (2024-01-23)."Routing coverage - Microsoft Azure Maps".learn.microsoft.com. Retrieved2024-03-26.
  26. ^sinnypan (2023-06-26)."Create a data source for a map in Microsoft Azure Maps".learn.microsoft.com. Retrieved2024-03-10.
  27. ^"Public preview: New Azure Maps Creator feature - custom styling | Azure updates | Microsoft Azure".azure.microsoft.com. Retrieved2024-03-10.
  28. ^"Did you know Azure Maps is HIPAA compliant?".TECHCOMMUNITY.MICROSOFT.COM. Retrieved2024-03-26.
  29. ^"General availability: New Azure Maps features historical weather, air quality, and tropical storms | Azure updates | Microsoft Azure".azure.microsoft.com. Retrieved2024-03-26.
  30. ^markdefalco (2020-01-13)."Geofencing with Azure Maps".learn.microsoft.com. Retrieved2024-03-26.
  31. ^codemillmatt (2022-03-04)."Geospatial APIs to add maps, spatial analytics, and mobility solutions with Azure Maps".learn.microsoft.com. Retrieved2024-03-26.
  32. ^Wiggers, Kyle (2019-02-11)."Microsoft introduces Azure Maps Android SDK in preview, new Azure Maps services".VentureBeat. Retrieved2024-03-26.
  33. ^"PCL Construction uses IoT with Azure to revolutionize the construction industry".Microsoft Customers Stories. Retrieved2024-03-26.
  34. ^"Beca uses Microsoft Azure to help earthquake-struck communities".Technology Record | The best of enterprise solutions from the Microsoft partner ecosystem. Retrieved2024-03-26.
  35. ^"Microsoft launches public preview of Azure Location Based Services with TomTom".ZDNET. Retrieved2024-03-26.
  36. ^Lucchi, Roberto (2019-01-17)."Dynamic mission planning for drones with Azure Maps | Azure Blog | Microsoft Azure".Azure Blog (in European Spanish). Retrieved2024-03-26.
  37. ^"Nordic insurer guarantees DevOps quality with cloud-based monitoring and governance".Microsoft Customers Stories. Retrieved2024-03-26.
  38. ^"Companies Using Azure Maps, Market Share, Customers and Competitors".discovery.hgdata.com. Retrieved2024-03-26.
  39. ^"Azure Maps commands 0.01% market share in Web Mapping".enlyft.com. Retrieved2024-03-26.
  40. ^Chan, Rosalie."Dutch mapping company TomTom explains why it's betting on Microsoft's cloud".Business Insider. Retrieved2024-03-26.
  41. ^"TomTom's navigation technology is now part of Microsoft's Connected Vehicle Platform".ZDNET. Retrieved2024-03-26.
  42. ^"Microsoft begins Bing and Azure Maps migration to TomTom - OnMSFT.com". 2020-06-01. Retrieved2024-03-26.
  43. ^eriklindeman (2023-09-25)."Overview for Microsoft Azure Maps".learn.microsoft.com. Retrieved2024-03-26.
  44. ^"Microsoft and AccuWeather partner for new Azure Maps capabilities".Technology Record | The best of enterprise solutions from the Microsoft partner ecosystem. Retrieved2024-03-26.
  45. ^"AccuWeather Partners with Microsoft to Bring New Capabilities to Microsoft Azure Maps". AccuWeather. April 13, 2021.
  46. ^"Using Azure Maps in ArcGIS and QGIS".TECHCOMMUNITY.MICROSOFT.COM. Retrieved2024-03-26.
  47. ^O'Brien, Chris (2018-11-06)."Moovit partners with Microsoft to provide public transit data for Azure Maps".VentureBeat. Retrieved2024-03-26.
  48. ^Sawers, Paul (2019-11-19)."Aira, Microsoft, and Moovit make public transport more accessible for the visually impaired".VentureBeat. Retrieved2024-03-26.
  49. ^"HO HO HO Two Point OH!".TECHCOMMUNITY.MICROSOFT.COM. Retrieved2024-03-26.
  50. ^markjulmar."Data Registry - REST API (Azure Maps)".learn.microsoft.com. Retrieved2024-03-12.
  51. ^markjulmar."Geolocation - REST API (Azure Maps)".learn.microsoft.com. Retrieved2024-03-12.
  52. ^markjulmar."Render - REST API (Azure Maps)".learn.microsoft.com. Retrieved2024-03-12.
  53. ^markjulmar."Route - REST API (Azure Maps)".learn.microsoft.com. Retrieved2024-03-12.
  54. ^markjulmar."Search - REST API (Azure Maps)".learn.microsoft.com. Retrieved2024-03-12.
  55. ^markjulmar."Spatial - REST API (Azure Maps)".learn.microsoft.com. Retrieved2024-03-12.
  56. ^markjulmar."Timezone - REST API (Azure Maps)".learn.microsoft.com. Retrieved2024-03-12.
  57. ^markjulmar."Traffic - REST API (Azure Maps)".learn.microsoft.com. Retrieved2024-03-12.
  58. ^markjulmar."Weather - REST API (Azure Maps)".learn.microsoft.com. Retrieved2024-03-12.
  59. ^sinnypan (2024-02-22)."Release notes - Map Control - Microsoft Azure Maps".learn.microsoft.com. Retrieved2024-03-27.
  60. ^sinnypan (2023-10-12)."How to use the Azure Maps web map control - Microsoft Azure Maps".learn.microsoft.com. Retrieved2024-03-27.
  61. ^eriklindeman (2023-10-12)."How to use the Azure Maps spatial IO module - Microsoft Azure Maps".learn.microsoft.com. Retrieved2024-03-27.
  62. ^sinnypan (2023-03-30)."REST SDK Developer Guide - Azure Maps".learn.microsoft.com. Retrieved2024-03-27.
  63. ^eriklindeman (2023-09-25)."Overview for Microsoft Azure Maps".learn.microsoft.com. Retrieved2024-03-27.
  64. ^dev-admin (2023-05-30)."Indoor Mapping | Start For Free | Microsoft Azure Maps".www.microsoft.com. Retrieved2024-03-27.
  65. ^deniseatmicrosoft (2023-09-29)."Get started with Azure Maps Power BI visual - Microsoft Azure Maps".learn.microsoft.com. Retrieved2024-03-27.
  66. ^"Azure Maps visual for Power BI is now GA".TECHCOMMUNITY.MICROSOFT.COM. Retrieved2024-03-27.

External links

[edit]
Business models
Technologies
Applications
Platforms
Infrastructure
Azure Platform
Compute
Storage
Messaging
Developer Tools
Related
People
Founders
Board of directors
Senior leadership team
Corporate VPs
Employee groups
Products
Hardware
Software
Programming
languages
Web properties
Company
Conferences
Divisions
Estates
Campaigns
Criticism
Litigation
Acquisitions
Retrieved from "https://en.wikipedia.org/w/index.php?title=Azure_Maps&oldid=1275786095"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp