You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/about-azure-maps.md
+49-29Lines changed: 49 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,23 +53,23 @@ Azure Maps consists of the following services that can provide geographic contex
53
53
54
54
### Data service
55
55
56
-
Data is imperative for maps. Use the Data service to upload and store geospatial data for use with spatial operations or image composition. Bringing customer data closer to the Azure Maps service will reduce latency, increase productivity, and create new scenarios in your applications. For details on this service, see [Data service].
56
+
Data is imperative for maps. Use the Data service to upload and store geospatial data for use with spatial operations or image composition. By bringing customer data closer to the Azure Maps service, you reduce latencyand increase productivity. For more information on this service, see [Data service].
57
57
58
58
### Geolocation service
59
59
60
60
Use the Geolocation service to retrieve the two-letter country/region code for an IP address. This service can help you enhance user experience by providing customized application content based on geographic location.
61
61
62
-
For more details, read the [Geolocation service documentation](/rest/api/maps/geolocation).
62
+
For more information, see the [Geolocation service] documentation.
63
63
64
64
### Render service
65
65
66
-
[Render service V2](/rest/api/maps/render-v2) introduces a new version of the [Get Map Tile V2 API](/rest/api/maps/render-v2/get-map-tile) that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 (where applicable) tile sizes and numerous map types such as road, weather, contour, or map tiles created using Azure Maps Creator. For a complete list, see [TilesetID] in the REST API documentation. It's recommended that you use Render service V2 instead of Render service V1. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render service V2, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API](how-to-show-attribution.md).
66
+
[Render service V2] introduces a new version of the [Get Map Tile V2 API] that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 tile sizes (where applicable) and numerous map types such as road, weather, contour, or map tiles. For a complete list, see [TilesetID] in the REST API documentation. It's recommended that you use Render service V2 instead of Render service V1. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render service V2, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
67
67
68
68
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render service V2":::
69
69
70
70
### Route service
71
71
72
-
The route services can be used to calculate the estimated arrival times (ETAs) for each requested route. Route APIs consider factors, such as real-time traffic information and historic traffic data, like the typical road speeds on the requested day of the week and time of day. The APIs return the shortest or fastest routes available to multiple destinations at a time in sequence or in optimized order, based on time or distance. The service allows developers to calculate directions across several travel modes, such as car, truck, bicycle, or walking, and electric vehicle. The service also considers inputs, such as departure time, weight restrictions, or hazardous material transport.
72
+
The route service is used to calculate the estimated arrival times (ETAs) for each requested route. Factors such as real-time traffic information and historic traffic data, like the typical road speeds on the requested day of the week and time of day are considered. The route service returns the shortest or fastest routes available to multiple destinations at a time in sequence or in optimized order, based on time or distance. The service allows developers to calculate directions across several travel modes, such as car, truck, bicycle, or walking, and electric vehicle. The service also considers inputs, such as departure time, weight restrictions, or hazardous material transport.
73
73
74
74
:::image type="content" source="./media/about-azure-maps/intro_route.png" border="false" alt-text="Example of a map from the Route service":::
75
75
@@ -79,11 +79,11 @@ The Route service offers advanced set features, such as:
79
79
* Matrices of travel time and distance between a set of origins and destinations.
80
80
* Finding routes or distances that users can travel based on time or fuel requirements.
81
81
82
-
For details on the routing capabilities, read the [Route service documentation](/rest/api/maps/route).
82
+
For more information on routing capabilities, see the [Route service] documentation.
83
83
84
84
### Search service
85
85
86
-
The Search service helps developers search for addresses, places, business listings by name or category, and other geographic information. Also, services can [reverse geocode](https://en.wikipedia.org/wiki/Reverse_geocoding) addresses and cross streets based on latitudes and longitudes.
86
+
The Search service helps developers search for addresses, places, business listings by name or category, and other geographic information. Also, services can [reverse geocode] addresses and cross streets based on latitudes and longitudes.
87
87
88
88
:::image type="content" source="./media/about-azure-maps/intro_search.png" border="false" alt-text="Example of a search on a map":::
89
89
@@ -94,17 +94,17 @@ The Search service also provides advanced features such as:
94
94
* Batch a group of search requests.
95
95
* Search electric vehicle charging stations and Point of Interest (POI) data by brand name.
96
96
97
-
For more details on search capabilities, read the [Search service documentation](/rest/api/maps/search).
97
+
For more information on search capabilities, see the [Search service] documentation.
98
98
99
99
### Spatial service
100
100
101
101
The Spatial service quickly analyzes location information to help inform customers of ongoing events happening in time and space. It enables near real-time analysis and predictive modeling of events.
102
102
103
-
The service enables customers to enhance their location intelligence with a library of common geospatial mathematical calculations. Common calculations include closest point, great circle distance, and buffers. To learn more about the service and the various features, read the [Spatial service documentation](/rest/api/maps/spatial).
103
+
The service enables customers to enhance their location intelligence with a library of common geospatial mathematical calculations. Common calculations include closest point, great circle distance, and buffers. For more information about the Spatial service and its various features, see the [Spatial service] documentation.
104
104
105
105
### Timezone service
106
106
107
-
The Time zone service enables you to query current, historical, and future time zone information. You can use either latitude and longitude pairs or an [IANA ID](https://www.iana.org/) as an input. The Time zone service also allows for:
107
+
The Time zone service enables you to query current, historical, and future time zone information. You can use either latitude and longitude pairs or an [IANA ID] as an input. The Time zone service also allows for:
108
108
109
109
* Converting Microsoft Windows time-zone IDs to IANA time zones.
110
110
* Fetching a time-zone offset to UTC.
@@ -138,7 +138,7 @@ A typical JSON response for a query to the Time zone service looks like the foll
138
138
}
139
139
```
140
140
141
-
For details on this service, read the [Time zone service documentation](/rest/api/maps/timezone).
141
+
For more information, see the [Time zone service] documentation.
142
142
143
143
### Traffic service
144
144
@@ -149,15 +149,15 @@ The Traffic service is a suite of web services that developers can use for web o
149
149
150
150

151
151
152
-
For more information, see the [Traffic service documentation](/rest/api/maps/traffic).
152
+
For more information, see the [Traffic service] documentation.
153
153
154
-
### Weather services
154
+
### Weather service
155
155
156
-
Weather services offer APIs that developers can use to retrieve weather information for a particular location. The information contains details such as observation date and time, brief description of the weather conditions, weather icon, precipitation indicator flags, temperature, and wind speed information. Other details such as RealFeel™ Temperature and UV index are also returned.
156
+
The Weather service offers API to retrieve weather information for a particular location. This information includes observation date and time, weather conditions, precipitation indicator flags, temperature, and wind speed information. Other details such as RealFeel™ Temperature and UV index are also returned.
157
157
158
-
Developers can use the [Get Weather along route API](/rest/api/maps/weather/getweatheralongroute) to retrieve weather information along a particular route. Also, the service supports the generation of weather notifications for waypoints that are affected by weather hazards, such as flooding or heavy rain.
158
+
Developers can use the [Get Weather along route API] to retrieve weather information along a particular route. Also, the service supports the generation of weather notifications for waypoints affected by weather hazards, such as flooding or heavy rain.
159
159
160
-
The [Get Map Tile V2 API](/rest/api/maps/render-v2/get-map-tile) allows you to request past, current, and future radar and satellite tiles.
160
+
The [Get Map Tile V2 API] allows you to request past, current, and future radar and satellite tiles.
161
161
162
162

163
163
@@ -183,17 +183,17 @@ Maps Creator provides the following services:
183
183
184
184
## Programming model
185
185
186
-
Azure Maps is built for mobility and can help you develop cross-platform applications. It uses a programming model that's language agnostic and supports JSON output through [REST APIs](/rest/api/maps/).
186
+
Azure Maps is built for mobility and can help you develop cross-platform applications. It uses a programming model that's language agnostic and supports JSON output through [REST APIs].
187
187
188
-
Also, Azure Maps offers a convenient [JavaScript map control](/javascript/api/azure-maps-control) with a simple programming model. The development is quick and easy for both web and mobile applications.
188
+
Also, Azure Maps offers a convenient [JavaScript map control] with a simple programming model. The development is quick and easy for both web and mobile applications.
189
189
190
190
## Power BI visual
191
191
192
192
The Azure Maps Power BI visual provides a rich set of data visualizations for spatial data on top of a map. It's estimated that over 80% of business data has a location context. The Azure Maps Power BI visual offers a no-code solution for gaining insights into how this location context relates to and influences your business data.
193
193
194
194
:::image type="content" source="./media/about-azure-maps/intro-power-bi.png" border="false" alt-text="Power BI desktop with the Azure Maps Power BI visual displaying business data":::
195
195
196
-
For more information, see the [Get started with Azure Maps Power BI visual](power-bi-visual-get-started.md) article.
196
+
For more information, see [Get started with Azure Maps Power BI visual].
197
197
198
198
## Usage
199
199
@@ -219,28 +219,48 @@ Verify that the location of your current IP address is in a supported country/re
219
219
220
220
Try a sample app that showcases Azure Maps:
221
221
222
-
[Quickstart: Create a web app](quick-demo-map-app.md)
0 commit comments