GET
Use dark colors for code blocks Copy
1
https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/arcgis/navigation
ArcGIS Navigation as a style.
Returns the JSON for ArcGIS Navigation as a Mapbox style (version 8).
The default global place labels are in English. To display place labels in other languages, use the language
parameter.
This (v2) vector tile layer provides a detailed basemap for the world featuring a custom navigation map style.
Data providers:
Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, the GIS User Community, and Foursquare (if using the query parameter places=attributed
). For more details see Esri and Data Attribution.
language
string
global
Optional, case-sensitive parameter to specify the preferred language to use for ArcGIS basemap labels.
worldview
string
Optional, case-sensitive parameter to control the boundary lines and
token
string
The authentication token, used to access the Basemap styles service.
f
string
json
Optional, case-sensitive parameter to specify the format in which responses are given. Can either be json or pjson.
places
string
none
Optional, case-sensitive parameter to control the places returned with the style.
languageOptional, case-sensitive parameter to specify the preferred language to use for ArcGIS basemap labels.
This query parameter makes use of language codes to specify the preferred language. If not set, the default behavior is to use the Global Language code, usually English.
If an unsupported language code is used, then the service will attempt to fall-back to the closest available language. This is done by stripping regional and extension subtags to find a known language code. For example, American English (en-US
) or Canadian French (fr-CA
) will be interpreted as English and French respectively. Should this fail, then the service will use the default label language (Global).
global
Click to copylocal
Click to copyar
Click to copybs
Click to copybg
Click to copyca
Click to copyzh-HK
Click to copyzh-CN
Click to copyzh-TW
Click to copyhr
Click to copycs
Click to copyda
Click to copynl
Click to copyen
Click to copyet
Click to copyfi
Click to copyfr
Click to copyde
Click to copyel
Click to copyhe
Click to copyhu
Click to copyid
Click to copyit
Click to copyja
Click to copyko
Click to copylv
Click to copylt
Click to copynb
Click to copyno
Click to copypl
Click to copypt-BR
Click to copypt-PT
Click to copyro
Click to copyru
Click to copysr
Click to copysk
Click to copysl
Click to copyes
Click to copysv
Click to copyth
Click to copytr
Click to copyuk
Click to copyvi
Click to copy worldviewOptional, case-sensitive parameter to control the boundary lines and labels displayed with some ArcGIS styles.
To select a US edition of a basemap style, set the worldview
parameter to unitedStatesOfAmerica
.
If the worldview
parameter is not set, the style will use the standard set of boundary lines and labels as defined by the style, rather than the specific view of a single country.
The worldview
parameter allows you to display an edition of basemap borders and labels based on the specific view of a country. Please note that it is not that country's international policy outside of their country.
When a specific worldview is chosen, it is possible for some labels to change language. However, when the language query parameter is used in combination with the worldview selection, the explicitly selected language will take priority over any language changes associated with the worldview.
Enumerated valueschina
Click to copyindia
Click to copyisrael
Click to copyjapan
Click to copymorocco
Click to copypakistan
Click to copysouthKorea
Click to copyunitedArabEmirates
Click to copyunitedStatesOfAmerica
Click to copyvietnam
Click to copy tokenThe authentication token, used to access the Basemap styles service.
The token
parameter can be:
API keys and short-lived tokens must be created from an account with the premium:user:basemaps
privilege.
Developer guide: To learn more, go to Security and authentication.
This parameter is required unless you supply an access token in the request header with one of the following keys using the "Bearer" scheme:
Authorization: Bearer <YOUR_TOKEN>
X-Esri-Authorization: Bearer <YOUR_TOKEN>
Optional, case-sensitive parameter to specify the format in which responses are given. Can either be json or pjson.
json
Click to copypjson
Click to copy placesOptional, case-sensitive parameter to control the places returned with the style. If not set, the default behavior is to display no places, places=none
.
all
Include all places available with the style. Attributed attributed
Include all places that have attributes (esri_place_id, name, category). None none
Remove all places from the style.
An esri_place_id can be used with the Places service to request additional attributes for a place. To learn how to request attributes, go to /places/{placeId}
.
Developer guide: To learn more about this workflow, go to Places for basemaps. Note: Custom styles can be created from provided styles with places functionality enabled by default by manipulating the JSON in the Vector Tile Style Editor.
all
Click to copyattributed
Click to copynone
Click to copy Response status Status Meaning Description Schema 200 OKA successful response to a style request.
Style 400 Bad RequestInvalid query parameters / Incorrect portal item type.
Error 401 UnauthorizedAuthentication Error. The API key or token is missing, invalid or expired.
Error 403 ForbiddenThe requested resource cannot be accesed because of incorrent sharing permissions.
Error 5XX **Server Error**An error occurred on the server.
Error Examples RequestUse dark colors for code blocks Copy
1
2
3
# You can also use wget
curl -X GET https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/arcgis/navigation \
-H 'Authorization: Bearer <YOUR_TOKEN>'
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4