Skip to content

Commit abf6415

Browse files
committed
Update readme and sample
1 parent c0d2f0b commit abf6415

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Properties of returned for a geolocation point.
135135

136136
* [Azure Maps Animation module](https://github.com/Azure-Samples/azure-maps-animations)
137137
* [Azure Maps Fullscreen Control module](https://github.com/Azure-Samples/azure-maps-fullscreen-control)
138+
* [Azure Maps Selection Control module](https://github.com/Azure-Samples/azure-maps-selection-control)
138139
* [Azure Maps Sync Map module](https://github.com/Azure-Samples/azure-maps-sync-maps)
139140
* [Azure Maps Services UI module](https://github.com/Azure-Samples/azure-maps-services-ui)
140141

examples/Geolocation control.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta http-equiv="x-ua-compatible" content="IE=Edge" />
88
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
9-
<meta name="description" content="" />
9+
<meta name="description" content="This sample shows how to create a custom geolocation control that displays the users location on the map." />
1010
<meta name="keywords" content="Microsoft maps, maps, map, API, SDK, GIS, custom, control, custom control, geolocation, user, location, position, tracking, gps, gps tracking" />
1111
<meta name="author" content="Microsoft Azure Maps" />
1212

@@ -55,7 +55,7 @@
5555

5656
<fieldset style="width:calc(100% - 30px);min-width:290px;margin-top:10px;">
5757
<legend><h1 style="font-size:16px">Geolocation control</h1></legend>
58-
This sample shows how to use the geolocation control that displays the users location on the map.
58+
This sample shows how to create a custom geolocation control that displays the users location on the map.
5959
</fieldset>
6060
</body>
6161
</html>

0 commit comments

Comments
 (0)