MosaicMetadata interface
Metadata information for mosaic or search results
Properties
| assets | List of asset identifiers included in the resource |
| bounds | Geographic bounding box in [west, south, east, north] format |
| defaults | Defaults |
| max |
Maximum zoom level supported |
| min |
Minimum zoom level supported |
| name | Human-readable name for the resource |
| type | Type of metadata resource |
Property Details
assets
List of asset identifiers included in the resource
assets?: string[]
Property Value
string[]
bounds
Geographic bounding box in [west, south, east, north] format
bounds?: string
Property Value
string
defaults
Defaults
defaults?: Record<string, string>
Property Value
Record<string, string>
maxZoom
Maximum zoom level supported
maxZoom?: number
Property Value
number
minZoom
Minimum zoom level supported
minZoom?: number
Property Value
number
name
Human-readable name for the resource
name?: string
Property Value
string
type
Type of metadata resource
type?: string
Property Value
string