- Source:
- olx.jsdoc, line 9
TypeDefs
-
AttributionOptions
Stability: experimental -
- Source:
- olx.js, line 639
Properties:
Name Type Description classNamestring | undefined CSS class name. Default is
ol-attribution.targetElement | undefined Target.
-
ControlOptions
Stability: experimental -
- Source:
- olx.js, line 661
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.
-
FullScreenOptions
Stability: experimental -
- Source:
- olx.js, line 749
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:
- olx.js, line 785
Properties:
Name Type Description classNamestring | undefined CSS class name. Default is
ol-logo.targetElement | undefined Target.
-
MousePositionOptions
Stability: experimental -
- Source:
- olx.js, line 810
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:
- olx.js, line 855
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:
- olx.js, line 952
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 -
- Source:
- olx.js, line 1017
Properties:
Name Type Description classNamestring | undefined CSS class name.
maxResolutionnumber | undefined Maximum resolution.
minResolutionnumber | undefined Minimum resolution.
-
ZoomToExtentOptions
Stability: experimental -
- Source:
- olx.js, line 1048
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