This is the namespace that contains bu.action.Action specific for the
bu.street.Viewer.
- Source:
- bu-street/actions/bu.street.action.jsdoc
Classes
- Brightness
- Contrast
- FeatureInfo
- FileSelectVector
- Goto
- LayerSwitcher
- Measurements
- MeasurementsClear
- MeasurementsLabels
- North
- OpenStreetImage
- ScreenShot
- Search
- Spinner
- ViewerInfo
- Zoom
- ZoomSlider
Type Definitions
-
MousePositionOptions
-
Options for
bu.street.action.MousePosition.Type:
- Object
- Source:
- bu-street/typedefs.js
Properties:
Name Type Description controlbu.control.Control | undefined The control this action is attached to.
viewerbu.Viewer | undefined The viewer this action is tied to.
coordinateFormatol.CoordinateFormatType | undefined This a function that receives a coordinate and returns a string.
projectionol.proj.Projection | undefined A projection object to which transform coordinates. If no projection is given then current panorama local projection is given.
undefinedHTMLstring | undefined HTML to show when no data is available. Defaults to an empty string.
showProjectionNameboolean | undefined If true the EPSG code is attached after the coordinates. Defaults to true.
-
MousePositionProperty
-
Properties of a
bu.street.action.MousePosition.PROJECTION: 'projection' COORDINATE_FORMAT: 'coordinateFormat'Type:
- string
- Source:
- bu-street/enums.js
-
SpinnerOptions
-
Options for
bu.street.action.SpinnerType:
- Object
- Source:
- bu-street/typedefs.js
Properties:
Name Type Description controlbu.control.Control | undefined The control this action is attached to.
viewerbu.Viewer | undefined The viewer this action is tied to.
durationnumber | undefined Duration of the rotation animation in milliseconds.
-
ViewerInfoOptions
-
Options for
bu.street.action.ViewerInfoType:
- Object
- Source:
- bu-street/typedefs.js
Properties:
Name Type Description controlbu.control.Control | undefined The control this action is attached to.
viewerbu.Viewer | undefined The viewer this action is tied to.
infoSetupArray.<bu.ViewerInfoOption> | undefined the definition of the different informations.
projectionol.proj.Projection | undefined For coordinates, a projection object to which transform coordinates. If no projection is given then current map projection is used.
undefinedHTMLstring | undefined For coordinates HTML to show when no data is available. Defaults to an empty string.
highlightHotspotboolean | undefined If the hotspots should be highlighted with a different color when the mouse is moved over one. Defaults true.
-
ViewerInfoProperty
-
Properties of a
bu.street.action.ViewerInfo.PROJECTION: 'projection'Type:
- string
- Source:
- bu-street/enums.js
Javascript API 7.x