Preparing search index...
The search index is not available
@ngyewch/leaflet-webcomponent
@ngyewch/leaflet-webcomponent
ImageOverlayConfiguration
Interface ImageOverlayConfiguration
ImageOverlay configuration.
interface
ImageOverlayConfiguration
{
bounds
:
LatLngBounds
;
fitBounds
?:
boolean
;
imageUrl
:
string
;
kind
:
"ImageOverlay"
;
options
?:
ImageOverlayOptions
;
}
Index
Properties
bounds
fit
Bounds?
image
Url
kind
options?
Properties
bounds
bounds
:
LatLngBounds
Bounds.
Optional
fit
Bounds
fit
Bounds
?:
boolean
Fit bounds on display/select.
image
Url
image
Url
:
string
Image URL.
kind
kind
:
"ImageOverlay"
Kind.
Optional
options
options
?:
ImageOverlayOptions
Options.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bounds
fit
Bounds
image
Url
kind
options
@ngyewch/leaflet-webcomponent
Loading...
ImageOverlay configuration.