Skip to content

Commit 4a5b193

Browse files
Changes after review
1 parent 865d3d6 commit 4a5b193

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

Readme.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,29 @@
33
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T327372)
44
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
55
<!-- default badges end -->
6-
<!-- default file list -->
7-
*Files to look at*:
86

9-
<!-- default file list end -->
10-
# dxMap - How to use Google Maps API to create autocomplete functionality for addresses
11-
<!-- run online -->
12-
**[[Run Online]](https://codecentral.devexpress.com/128584635/)**
13-
<!-- run online end -->
7+
# Map for DevExtreme - How to use Google Maps API to create autocomplete functionality for addresses
148

9+
This example illustrates an approach described in the <a href="https://www.devexpress.com/Support/Center/p/KA18782">How to take advantage of map provider API features that were not implemented in the dxMap widget?</a> DevExpress Knowledge Base article and the Google <a href="https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete">Place Autocomplete</a> and <a href="https://developers.google.com/maps/documentation/javascript/places-autocomplete"> Places Library</a> articles.
1510

16-
<p>This example illustrates an approach described in the <a href="https://www.devexpress.com/Support/Center/p/KA18782">How to take advantage of map provider API features that were not implemented in the dxMap widget?</a> DevExpress Knowledge Base article and the Google <a href="https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete">Place Autocomplete</a> and <a href="https://developers.google.com/maps/documentation/javascript/places-autocomplete"> Places Library</a> articles.<br><br></p>
17-
<p><strong>See also:<br></strong><a href="https://github.com/googlemaps/js-marker-clusterer">Marker Clusterer – A Google Maps JavaScript API utility library</a><br><a href="http://www.devexpress.com/Support/Center/Example/Details/E4734"><u>dxMap - How to add the current location marker</u></a><br><a href="https://www.devexpress.com/Support/Center/p/T310385">T310385: dxMap - How to use Google Maps Marker Clusterer API to create and manage per-zoom-level clusters for a large number of markers</a></p>
11+
<div align="center"><img alt="" src="google-maps-api-to-create-autocomplete-functionality-for-addresses.png" /></div>
1812

19-
<br/>
13+
## Files to Review
2014

15+
- **jQuery**
16+
- [index.html](jQuery/index.html)
17+
- [script.js](jQuery/script.js)
2118

19+
## Documentation
20+
21+
- [Map Overview](https://js.devexpress.com/Documentation/Guide/UI_Components/Map/Overview/)
22+
23+
- [Map - API Reference](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxMap/)
24+
25+
## See also
26+
27+
- [Marker Clusterer – A Google Maps JavaScript API utility library](https://github.com/googlemaps/js-marker-clusterer)
28+
29+
- [Map for DevExtreme - How to add the current location marker](http://www.devexpress.com/Support/Center/Example/Details/E4734)
30+
31+
- [Map - How to use Google Maps Marker Clusterer API to create and manage per-zoom-level clusters for a large number of markers](https://www.devexpress.com/Support/Center/p/T310385)

0 commit comments

Comments
 (0)