StreetsideOptions Object

Bing
 

The following streetside options can be used to customize how the streetside map mode is displayed to the user.

NameTypeDescription
disablePanoramaNavigationbooleanA boolean indicating if the ability to navigate between image bubbles should be disabled in streetside map mode. Default: false
locationToLookAtLocationThe location that the streetside panorama should be looking towards. This can be used instead of a heading.
onErrorLoadingfunction()A callback function that is triggered after the streetside view has not loaded successfully.
onSuccessLoadingfunction()A callback function that is triggered after the streetside view has loaded successfully.
overviewMapModeOverviewMapModeSpecifies how to render the overview map when in streetside mode.

Default: Microsoft.Maps.OverviewMapMode.expanded
panoramaInfoPanoramaInfoInformation for a streetside panorama scene to load.
panoramaLookupRadiusnumberThe radius to search in for available streetside panoramas.
showCurrentAddressbooleanA boolean indicating if the current address being viewed should be hidden when in streetside map mode. Default: true
showExitButtonbooleanA boolean indicating if the exit button should be hidden when in streetside map mode. Default: true
showHeadingCompassbooleanA boolean indicating if the heading compass button is hidden when in streetside map mode. Default: true
showProblemReportingbooleanA boolean indicating if the link to report a problem with a streetside image is hidden when in streetside map mode. Default: true
showZoomButtonsbooleanA boolean indicating if the zoom buttons should be displayed when in streetside map mode. Default: true
Show: