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

New-UDMapPopup

Creates a map popup.

Synopsis

Creates a map popup.

Syntax

New-UDMapPopup [[-Id] <String>] [[-Content] <ScriptBlock>] [[-Longitude] <Single>] [[-Latitude] <Single>] [[-MaxWidth] <Int32>] [[-MinWidth] <Int32>] [<CommonParameters>]

Description

Creates a map popup.

Parameters

-Id

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

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

-Content

The content of the map popup.

-Longitude

The longitude of the map popup.

-Latitude

The latitude of the map popup.

-MaxWidth

The max width of the map popup.

-MinWidth

The min width of the map popup.

Last updated

Was this helpful?