TileSetLink interface
A link object used in OGC tile resources
Properties
| href | The URL target of the link |
| rel | The relationship type of the link |
| title | Human-readable title of the link |
| type | The media type of the linked resource |
Property Details
href
The URL target of the link
href: string
Property Value
string
rel
The relationship type of the link
rel: string
Property Value
string
title
Human-readable title of the link
title?: string
Property Value
string
type
The media type of the linked resource
type?: string
Property Value
string