geoview-core
Preparing search index...
TypeBasemapProps
Type Alias TypeBasemapProps
interface used to define a new basemap.
type
TypeBasemapProps
=
{
altText
:
string
;
attribution
:
string
[]
;
basemapId
?:
string
;
defaultExtent
?:
Extent
;
defaultOrigin
?:
number
[]
;
defaultResolutions
?:
number
[]
;
description
:
string
;
descSummary
:
string
;
layers
:
TypeBasemapLayer
[]
;
name
:
string
;
thumbnailUrl
:
string
|
string
[]
;
type
:
string
;
zoomLevels
:
{
max
:
number
;
min
:
number
}
;
}
Index
Properties
alt
Text
attribution
basemap
Id?
default
Extent?
default
Origin?
default
Resolutions?
description
desc
Summary
layers
name
thumbnail
Url
type
zoom
Levels
Properties
alt
Text
altText
:
string
attribution
attribution
:
string
[]
Optional
basemap
Id
basemapId
?:
string
Optional
default
Extent
defaultExtent
?:
Extent
Optional
default
Origin
defaultOrigin
?:
number
[]
Optional
default
Resolutions
defaultResolutions
?:
number
[]
description
description
:
string
desc
Summary
descSummary
:
string
layers
layers
:
TypeBasemapLayer
[]
name
name
:
string
thumbnail
Url
thumbnailUrl
:
string
|
string
[]
type
type
:
string
zoom
Levels
zoomLevels
:
{
max
:
number
;
min
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alt
Text
attribution
basemap
Id
default
Extent
default
Origin
default
Resolutions
description
desc
Summary
layers
name
thumbnail
Url
type
zoom
Levels
geoview-core
Loading...
interface used to define a new basemap.