You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This example shows a map of the <b>United States</b> from the <ahref="https://www.census.gov">U.S. Census Bureau</a>, highlighting the borders of each state.
42
+
<p>This example shows a map of the <b>United States</b> from the <ahref="https://www.census.gov"target="_blank">U.S. Census Bureau</a>, highlighting the borders of each state.
43
43
The data to display on the map has been read in from a KML file and loaded using the built-in KML parser.</p>
44
44
<p>The name of the state is logged when the user taps on the state's shape</p>
Copy file name to clipboardExpand all lines: map-multi-language-support/demo.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ <h3>Code</h3>
26
26
Alternate languages can be requested by adding the <code>lg</code> parameter to the tile requests.
27
27
That is done by calling createTileLayer method. 5th argument is list of key/value parameters which are
28
28
passed to the map tile service when requesting each tile.
29
-
A list of all supported map languages can be found in the API References of the underlying service used: <ahref="https://www.here.com/docs/bundle/map-tile-developer-guide/page/topics/resource-base-maptile.html">HERE Map Tile API</a>
30
-
and <ahref="https://www.here.com/docs/bundle/vector-tile-api-developer-guide/page/topics/languages.html">HERE Vector Tile API</a></p>
29
+
A list of all supported map languages can be found in the API References of the underlying service used: <ahref="https://www.here.com/docs/bundle/map-tile-developer-guide/page/topics/resource-base-maptile.html"target="_blank">HERE Map Tile API</a>
30
+
and <ahref="https://www.here.com/docs/bundle/vector-tile-api-developer-guide/page/topics/languages.html"target="_blank">HERE Vector Tile API</a></p>
31
31
<p>It is possible to specify map language for all layers at once when using <code>H.service.Platform.createDefaultLayers</code> method.</p>
32
32
<p>Language of the UI controls can be specified when calling <code>H.ui.UI.createDefault</code> method.
33
33
3rd argument is either a supported language code or a custom <code>H.ui.i18n.Localization object</code>.</p>
0 commit comments