Skip to content

Commit 973ff92

Browse files
authored
Merge pull request #41827 from kgremban/may21-mapsreflinks2
Second version of Maps TOC and LP
2 parents c913850 + 2c9bd8c commit 973ff92

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

articles/azure-maps/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
abstract:
1818
description: Azure Maps provides developers from all industries, powerful geospatial capabilities, packed with fresh mapping data necessary to provide geographic context to web and mobile applications. This service is an Azure One API compliant set of REST APIs, accompanied with a web-based JavaScript control to make development easy, flexible, and portable across multiple mediums.
1919
sections:
20-
- title: 5-minute quickstarts
20+
- title: 5-Minute Quickstarts
2121
items:
2222
- type: paragraph
2323
text: 'Launch a map search app using Azure Maps.'
@@ -28,7 +28,7 @@ sections:
2828
src: /azure/sql-database/media/index/portal.svg
2929
text: Launch demo map app
3030
href: /azure/azure-maps/quick-demo-map-app
31-
- title: Step-by-step tutorials
31+
- title: Step-by-Step Tutorials
3232
items:
3333
- type: paragraph
3434
text: Build a geospatial web application to search for points of interest and route to locations using Azure Maps.
@@ -45,6 +45,6 @@ sections:
4545
className: cardsW
4646
items:
4747
- title: Languages
48-
html: <p><a href="https://docs.microsoft.com/javascript/api/azure-maps-javascript/">Map Control API - Javascript</a></p>
48+
html: <p><a href="https://docs.microsoft.com/javascript/api/azure-maps-javascript/">JavaScript (Map control)</a></p>
4949
- title: REST
50-
html: <p><a href="https://docs.microsoft.com/rest/api/maps/">Functional API - REST</a></p><p><a href="https://docs.microsoft.com/rest/api/maps-management/">Management API - REST</a></p>
50+
html: <p><a href="https://docs.microsoft.com/rest/api/maps/renderservice">Render service</a></p><p><a href="https://docs.microsoft.com/rest/api/maps/routeservice">Route service</a></p><p><a href="https://docs.microsoft.com/rest/api/maps/searchservice">Search service</a></p><p><a href="https://docs.microsoft.com/rest/api/maps/timezoneservice">Timezone service</a></p><p><a href="https://docs.microsoft.com/rest/api/maps/trafficservice">Traffic service</a></p><p><a href="https://docs.microsoft.com/rest/api/maps-management/">Maps account management</a></p>

articles/azure-maps/toc.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,24 @@
7474
href: map-events.md
7575
- name: Reference
7676
items:
77-
- name: Services API - REST
78-
href: https://docs.microsoft.com/rest/api/maps/
79-
- name: Map Control API - Javascript
80-
href: https://docs.microsoft.com/javascript/api/azure-maps-javascript/
77+
- name: REST
78+
items:
79+
- name: Render service
80+
href: https://docs.microsoft.com/en-us/rest/api/maps/renderservice
81+
- name: Route service
82+
href: https://docs.microsoft.com/en-us/rest/api/maps/routeservice
83+
- name: Search service
84+
href: https://docs.microsoft.com/en-us/rest/api/maps/searchservice
85+
- name: Timezone service
86+
href: https://docs.microsoft.com/en-us/rest/api/maps/timezoneservice
87+
- name: Traffic service
88+
href: https://docs.microsoft.com/en-us/rest/api/maps/trafficservice
89+
- name: Maps account management
90+
href: https://docs.microsoft.com/en-us/rest/api/maps-management
91+
- name: JavaScript
92+
items:
93+
- name: Map control
94+
href: https://docs.microsoft.com/javascript/api/azure-maps-javascript/
8195
- name: Related
8296
items:
8397
- name: Solutions

0 commit comments

Comments
 (0)