- Source:
- olx.jsdoc, line 5
TypeDefs
-
AttributionOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 27
Properties:
Name Type Description classNamestring | undefined CSS class name. Default is
ol-attribution.targetElement | undefined Target.
-
ControlOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 29
Properties:
Name Type Description elementElement | undefined The element is the control's container element. This only needs to be specified if you're developing a custom control.
targetElement | string | undefined Specify a target if you want the control to be rendered outside of the map's viewport.
-
DefaultsOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 31
Properties:
Name Type Description attributionboolean | undefined Attribution. Default is
true.attributionOptionsolx.control.AttributionOptions | undefined Attribution options.
logoboolean | undefined Logo. Default is
true.logoOptionsolx.control.LogoOptions | undefined Logo options.
zoomboolean | undefined Zoom. Default is
true.zoomOptionsolx.control.ZoomOptions | undefined Zoom options.
-
FullScreenOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 33
Properties:
Name Type Description classNamestring | undefined CSS class name. Default is
ol-full-screen.tipLabelstring | undefined Text label to use for the button tip. Default is
Toggle full-screenkeysboolean | undefined Full keyboard access.
targetElement | undefined Target.
-
LogoOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 35
Properties:
Name Type Description classNamestring | undefined CSS class name. Default is
ol-logo.targetElement | undefined Target.
-
MousePositionOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 37
Properties:
Name Type Description classNamestring | undefined CSS class name. Default is
ol-mouse-position.coordinateFormatol.CoordinateFormatType | undefined Coordinate format.
projectionol.proj.ProjectionLike Projection.
targetElement | undefined Target.
undefinedHTMLstring | undefined Markup for undefined coordinates. Default is `` (empty string).
-
ScaleLineOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 39
Properties:
Name Type Description classNamestring | undefined CSS Class name. Default is
ol-scale-line.minWidthnumber | undefined Minimum width in pixels. Default is
64.targetElement | undefined Target.
unitsol.control.ScaleLineUnits | string | undefined Units. Default is
metric. -
ZoomOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 41
Properties:
Name Type Description durationnumber | undefined Animation duration in milliseconds. Default is
250.classNamestring | undefined CSS class name. Default is
ol-zoom.zoomInLabelstring | undefined Text label to use for the zoom-in button. Default is
+zoomOutLabelstring | undefined Text label to use for the zoom-out button. Default is
-zoomInTipLabelstring | undefined Text label to use for the button tip. Default is
Zoom inzoomOutTipLabelstring | undefined Text label to use for the button tip. Default is
Zoom outdeltanumber | undefined The zoom delta applied on each click.
targetElement | undefined Target.
-
ZoomSliderOptions
Stability: experimental -
ZoomToExtentOptions
Stability: experimental -
- Source:
- objectliterals.jsdoc, line 45
Properties:
Name Type Description classNamestring | undefined Class name. Default is
ol-zoom-extent.targetElement | undefined Target.
tipLabelstring | undefined Text label to use for the button tip. Default is
Zoom to extentextentol.Extent | undefined The extent to zoom to. If undefined the validity extent of the view projection is used.
OpenLayers 3