Skip to content

Commit b77483f

Browse files
Add Amazon Location Service (#150)
* Add Amazon Location Service * Add location bundle and geo -maps, -places, and -routes. --------- Co-authored-by: Laren Crawford <[email protected]>
1 parent 0b25a65 commit b77483f

File tree

2 files changed

+78
-0
lines changed

2 files changed

+78
-0
lines changed

aws_doc_sdk_examples_tools/config/phrases-code-examples.ent

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,13 @@
169169
<!-- Partner Central service -->
170170
<!ENTITY PartnerCentrallong '&AWS; Partner Central'>
171171
<!ENTITY PartnerCentral 'Partner Central'>
172+
173+
<!-- Location Service -->
174+
<!ENTITY GeoMapslong 'Amazon Location Service Maps V2'>
175+
<!ENTITY GeoMaps 'Location Service Maps V2'>
176+
177+
<!ENTITY GeoPlaceslong 'Amazon Location Service Places'>
178+
<!ENTITY GeoPlaces 'Location Service Places'>
179+
180+
<!ENTITY GeoRouteslong 'Amazon Location Service Routes V2'>
181+
<!ENTITY GeoRoutes 'Location Service Routes V2'>

aws_doc_sdk_examples_tools/config/services.yaml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,57 @@ gamelift:
13741374
tags:
13751375
product_categories: {}
13761376
version: gamelift-2015-10-01
1377+
geo-maps:
1378+
api_ref: location/latest/APIReference/Welcome.html
1379+
blurb: lets you create beautiful map-enabled visualizations, including embedding interactive dynamic maps, or static map imagery in your apps and even layering your own data on top of the base map.
1380+
bundle: location
1381+
expanded:
1382+
long: Amazon Location Service Maps V2
1383+
short: Location Service Maps V2
1384+
guide:
1385+
subtitle: Developer Guide
1386+
url: location/latest/developerguide/maps.html
1387+
long: "&GeoMapslong;"
1388+
short: "&GeoMaps;"
1389+
sort: Location Service Maps V2
1390+
tags:
1391+
product_categories: {'Front-End Web &amp; Mobile'}
1392+
version:
1393+
geo-maps-2020-11-19
1394+
geo-places:
1395+
api_ref: location/latest/APIReference/Welcome.html
1396+
blurb: enables searching and geocoding of geographic data, including addresses, points of interest, and business info such as categories, food types, brands, and opening hours.
1397+
bundle: location
1398+
expanded:
1399+
long: Amazon Location Service Places
1400+
short: Location Service Places
1401+
guide:
1402+
subtitle: Developer Guide
1403+
url: location/latest/developerguide/places.html
1404+
long: "&GeoPlaceslong;"
1405+
short: "&GeoPlaces;"
1406+
sort: Location Service Places
1407+
tags:
1408+
product_categories: {'Front-End Web &amp; Mobile'}
1409+
version:
1410+
geo-places-2020-11-19
1411+
geo-routes:
1412+
api_ref: location/latest/APIReference/Welcome.html
1413+
blurb: calculates travel routes, estimates trip time, and optimizes travel itineraries and logistics problems using up-to-date road network data, live traffic, and rich road and vehicle attributes.
1414+
bundle: location
1415+
expanded:
1416+
long: Amazon Location Service Routes V2
1417+
short: Location Service Routes V2
1418+
guide:
1419+
subtitle: Developer Guide
1420+
url: location/latest/developerguide/routes.html
1421+
long: "&GeoRouteslong;"
1422+
short: "&GeoRoutes;"
1423+
sort: Location Service Routes V2
1424+
tags:
1425+
product_categories: {'Front-End Web &amp; Mobile'}
1426+
version:
1427+
geo-routes-2020-11-19
13771428
glacier:
13781429
long: '&GLlong;'
13791430
short: '&GLshort;'
@@ -1934,6 +1985,23 @@ lightsail:
19341985
tags:
19351986
product_categories: {}
19361987
version: lightsail-2016-11-28
1988+
location:
1989+
api_ref: location/latest/APIReference/Welcome.html
1990+
blurb: lets you easily and securely add maps, places, routes, geofences, and trackers, to your applications.
1991+
bundle: location
1992+
expanded:
1993+
long: Amazon Location Service
1994+
short: Amazon Location
1995+
guide:
1996+
subtitle: Developer Guide
1997+
url: location/latest/developerguide/what-is.html
1998+
long: '&ALlong;'
1999+
short: '&ALshort;'
2000+
sort: Location
2001+
tags:
2002+
product_categories: {'Front-End Web &amp; Mobile'}
2003+
version:
2004+
location-2020-11-19
19372005
lookoutvision:
19382006
long: '&LYRAlong;'
19392007
short: '&LYRA;'

0 commit comments

Comments
 (0)