跳到主要内容

flywave-mapview.maprenderingmanager.updateoutline

Home > @flywave/flywave-mapview > MapRenderingManager > updateOutline

MapRenderingManager.updateOutline() method

Update outline effect options

Signature:

updateOutline(options: {
thickness: number;
color: string;
ghostExtrudedPolygons: boolean;
}): void;

Parameters

Parameter

Type

Description

options

{ thickness: number; color: string; ghostExtrudedPolygons: boolean; }

Outline configuration options

Returns:



void