Styles

Retrieve the list of styles available from this service.

get
Path parameters
collectionIdstring · enumRequired

Local identifier of a collection

Possible values:
Responses
200

List of available styles.

application/json
get
/collections/{collectionId}/styles

Root level properties of a style specify the map's layers, tile sources and other resources, and default values for the initial camera position when not specified elsewhere.

get
Path parameters
collectionIdstring · enumRequired

Local identifier of a collection

Possible values:
styleIdstring · enumRequired

An identifier representing a specific style.

Possible values:
Responses
200

OK

*/*
Responseobject
get
/collections/{collectionId}/styles/{styleId}

Styling resources such as fonts and sprites

get
Path parameters
collectionIdstring · enumRequired

Local identifier of a collection

Possible values:
styleIdstring · enumRequired

An identifier representing a specific style.

Possible values:
resourceBaseNamestringRequired

Styling resourece base name.

Example: sprites
Responses
200

OK

*/*
Responseobject
get
/collections/{collectionId}/styles/{styleId}/{resourceBaseName}/**

Last updated

Was this helpful?