Skip to content

Commit 4c5bc93

Browse files
authored
Merge pull request #115236 from rbrundritt/master
Minor updates
2 parents e008090 + d2418b9 commit 4c5bc93

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

articles/azure-maps/how-to-use-android-map-control-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The next step in building your application is to install the Azure Maps Android
7575
3. Update your dependencies block and add a new implementation dependency line for the latest Azure Maps Android SDK:
7676
7777
```
78-
implementation "com.microsoft.azure.maps:mapcontrol:0.2"
78+
implementation "com.microsoft.azure.maps:mapcontrol:0.4"
7979
```
8080
8181
4. Go to **File** in the toolbar and then click on **Sync Project with Gradle Files**.

articles/azure-maps/map-accessibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The Azure Maps Web SDK comes prebuilt with many accessibility features such as:
2323
- Screen reader descriptions when the map moves and when the user focuses on a control or popup.
2424
- Mouse, touch, and keyboard support.
2525
- Accessible color contrast support in the road map style.
26+
- High contrast support.
2627

2728
Full accessibility conformance details for all Microsoft products can be found [here](https://cloudblogs.microsoft.com/industry-blog/government/2018/09/11/accessibility-conformance-reports/). Search for "Azure Maps web" to find the document specifically for the Azure Maps Web SDK.
2829

articles/azure-maps/map-add-shape.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Below is the complete and running sample of the above code.
5353

5454
A line layer is used to render the outline of polygons. The following code sample renders a polygon like the previous example, but now adds a line layer. This line layer is a second layer connected to the data source.
5555

56+
<br/>
57+
5658
<iframe height='500' scrolling='no' title='Polygon and line layer to add polygon' src='//codepen.io/azuremaps/embed/aRyEPy/?height=500&theme-id=0&default-tab=js,result&embed-version=2&editable=true' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>See the Pen <a href='https://codepen.io/azuremaps/pen/aRyEPy/'>Polygon and line layer to add polygon</a> by Azure Maps (<a href='https://codepen.io/azuremaps'>@azuremaps</a>) on <a href='https://codepen.io'>CodePen</a>.
5759
</iframe>
5860

0 commit comments

Comments
 (0)