changeBackgroundMapProps Method

Beta

Modify a subset of the background map display settings.

changeBackgroundMapProps(props: BackgroundMapProps): void

see backgroundMap for toggling display of the map.

Example that changes only the elevation, leaving the provider and type unchanged:

 viewport.changeBackgroundMapProps({ groundBias: 16.2 });
Parameter Type Description
props BackgroundMapProps  

Defined in

Last Updated: 08 January, 2020