Skip to content

Commit 75d456f

Browse files
Merge pull request #5 from DevExpress-Examples/24.2_change-map-provider
24.2 Change google to azure
2 parents a3ec7c0 + 4b2aae7 commit 75d456f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CS/AspNetCoreCustomItem/wwwroot/js/OnlineMapItem.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
dataField: 'Provider',
7171
template: Designer.FormItemTemplates.buttonGroup,
7272
editorOptions: {
73-
items: [{ text: 'Google' }, { text: 'Bing' }]
73+
items: [{ text: 'Azure' }, { text: 'Bing' }]
7474
}
7575
}, {
7676
dataField: 'Type',
@@ -193,8 +193,8 @@
193193
// Use the template below to authenticate the application within the required map provider.
194194
//apiKey: {
195195
// bing: 'BINGAPIKEY',
196-
// google: 'GOOGLEAPIKEY'
197-
//},
196+
// azure: 'AZUREAPIKEY'
197+
//},
198198
markers: markers,
199199
routes: routes.length > 0 ? [{
200200
weight: 6,

readme.md

Lines changed: 0 additions & 1 deletion
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)

0 commit comments

Comments
 (0)