Skip to content

Commit a0fa597

Browse files
authored
update readme
update readme
2 parents 861bc20 + 10ff68a commit a0fa597

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- default badges list -->
2-
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/400503150/24.2.1%2B)
32
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1032999)
43
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
54
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
@@ -88,10 +87,12 @@ A custom **Online Map** item allows you to place callouts on Google or Bing maps
8887

8988
![online-map-item](images/online-map-item.png)
9089

91-
- **Provider** - Specifies whether to show Google or Bing maps.
90+
- **Provider** - Specifies whether to show Azure or Bing maps.
9291
- **Type** - Specifies the map type. You can choose between `RoadMap`, `Satellite` or `Hybrid`.
9392
- **Display Mode** - Specifies whether to show markers or routes.
9493

94+
To ensure maps render correctly, specify your Azure/Bing Maps credentials in the [OnlineMapItem.js](CS/AspNetCoreCustomItem/wwwroot/js/OnlineMapItem.js#L194) file.
95+
9596
### Web Page
9697

9798
**View Script**: [WebPageItem.js](CS/AspNetCoreCustomItem/wwwroot/js/WebPageItem.js)
@@ -146,9 +147,9 @@ These extensions are distributed under the **MIT** license (free and open-source
146147
- [Dashboard for ASP.NET Core - Custom Item Tutorials](https://github.com/DevExpress-Examples/asp-net-core-dashboard-custom-item-tutorials)
147148
- [Dashboard for WinForms - Custom Item Extensions](https://github.com/DevExpress-Examples/winforms-dashboard-custom-items-extension)
148149
<!-- feedback -->
149-
## Does this example address your development requirements/objectives?
150-
151-
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no)
152-
150+
## Does this example address your development requirements/objectives?
151+
152+
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-core-dashboard-custom-item-gallery&~~~was_helpful=no)
153+
153154
(you will be redirected to DevExpress.com to submit your response)
154155
<!-- feedback end -->

0 commit comments

Comments
 (0)