For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDMapLayerControl

Creates a map layer control.

Synopsis

Creates a map layer control.

Syntax

New-UDMapLayerControl [[-Id] <String>] [[-Position] <String>] [[-Content] <ScriptBlock>] [<CommonParameters>]

Description

Creates a map layer control.

Parameters

-Id

The id of the map layer control. This defaults to a new GUID.

Required?                    false
Position?                    1
Default value                ([Guid]::NewGuid())
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Position

The position of the map layer control. This defaults to topright. Valid values are topright, topleft, bottomright, bottomleft.

-Content

The content of the map layer control. This should be a script block that returns a map layer control.

Last updated

Was this helpful?