-
<static> createOptionsInternal
-
Parameters:
| Name |
Type |
Description |
mapOptions |
ol.MapOptions
|
Map options. |
- Source:
Returns:
Map options.
-
Type
-
ol.MapOptionsInternal
-
addPreRenderFunction
-
Parameters:
| Name |
Type |
Description |
preRenderFunction |
ol.PreRenderFunction
|
Pre-render function. |
- Source:
-
addPreRenderFunctions
-
Parameters:
| Name |
Type |
Description |
preRenderFunctions |
Array.<ol.PreRenderFunction>
|
Pre-render functions. |
- Source:
-
bindTo
-
Parameters:
| Name |
Type |
Argument |
Description |
key |
string
|
|
Key. |
target |
ol.Object
|
|
Target. |
targetKey |
string=
|
<optional>
|
(Optional) Target key. |
noNotify |
boolean=
|
<optional>
|
(Optional) No notify. |
- Inherited From:
- Source:
-
disposeInternal
-
- Source:
-
freezeRendering
-
Freeze rendering.
- Source:
-
get
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
- Inherited From:
- Source:
Returns:
Value.
-
Type
-
*
-
getBackgroundColor
-
- Source:
Returns:
Background color.
-
Type
-
ol.Color
|
undefined
-
getCoordinateFromPixel
-
Parameters:
| Name |
Type |
Description |
pixel |
ol.Pixel
|
Pixel. |
- Source:
Returns:
Coordinate.
-
Type
-
ol.Coordinate
-
getInteractions
-
- Source:
Returns:
Interactions.
-
Type
-
ol.Collection
-
getKeys
-
Get a list of object property names.
- Inherited From:
- Source:
Returns:
List of property names.
-
Type
-
Array.<string>
-
getLayers
-
- Source:
Returns:
Layers.
-
Type
-
ol.Collection
-
getOverlayContainer
-
- Source:
Returns:
The map's overlay container. Elements added to this
container won't let mousedown and touchstart events through to the map, so
clicks and gestures on an overlay don't trigger any MapBrowserEvent.
-
Type
-
Element
-
getPixelFromCoordinate
-
Parameters:
- Source:
Returns:
Pixel.
-
Type
-
ol.Pixel
-
getRenderer
-
- Source:
Returns:
Renderer.
-
Type
-
ol.renderer.Map
-
getSize
-
- Source:
Returns:
Size.
-
Type
-
ol.Size
|
undefined
-
getTarget
-
- Source:
Returns:
Container.
-
Type
-
Element
-
getTilePriority
-
Parameters:
| Name |
Type |
Description |
tile |
ol.Tile
|
Tile. |
tileSourceKey |
string
|
Tile source key. |
tileCenter |
ol.Coordinate
|
Tile center. |
- Source:
Returns:
Tile priority.
-
Type
-
number
-
getView
-
- Source:
Returns:
View.
-
Type
-
ol.View
-
getViewport
-
- Source:
Returns:
Viewport.
-
Type
-
Element
-
handleBrowserEvent
-
Parameters:
| Name |
Type |
Argument |
Description |
browserEvent |
goog.events.BrowserEvent
|
|
Browser event. |
type |
string=
|
<optional>
|
(Optional) Type. |
- Source:
-
<protected> handleBrowserWindowResize
-
- Source:
-
handleMapBrowserEvent
-
Parameters:
- Source:
-
<protected> handlePostRender
-
- Source:
-
isDef
-
- Source:
Returns:
Is defined.
-
Type
-
boolean
-
notify
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
- Inherited From:
- Source:
-
removePreRenderFunction
-
Parameters:
| Name |
Type |
Description |
preRenderFunction |
ol.PreRenderFunction
|
Pre-render function. |
- Source:
Returns:
Whether the preRenderFunction has been found and removed.
-
Type
-
boolean
-
render
-
Render.
- Source:
-
requestRenderFrame
-
Request that renderFrame_ be called some time in the future.
- Source:
-
set
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
value |
*
|
Value. |
- Inherited From:
- Source:
-
setBackgroundColor
-
Parameters:
| Name |
Type |
Description |
backgroundColor |
ol.Color
|
Background color. |
- Source:
-
setLayers
-
Parameters:
- Source:
-
setOptions
-
Parameters:
| Name |
Type |
Description |
options |
Object.<string, *>
|
Options. |
- Inherited From:
- Source:
-
setSize
-
Parameters:
| Name |
Type |
Description |
size |
ol.Size
|
Size. |
- Source:
-
setView
-
Parameters:
| Name |
Type |
Description |
view |
ol.IView
|
View. |
- Source:
-
unbind
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
- Inherited From:
- Source:
-
unbindAll
-
Removes all bindings.
- Inherited From:
- Source:
-
unfreezeRendering
-
Unfreeze rendering.
- Source:
-
withFrozenRendering
-
Parameters:
| Name |
Type |
Argument |
Description |
f |
function(this: T)
|
|
Function. |
obj |
T=
|
<optional>
|
(Optional) Object. |
- Source: