Show / Hide Table of Contents

Constructor PictureMarkerSymbol

PictureMarkerSymbol(Uri)

Initializes a new instance of the PictureMarkerSymbol class from an image URI.

Declaration
public PictureMarkerSymbol(Uri imageUri)
Parameters
Type Name Description
Uri imageUri

URI of the image.

Remarks

Supported image formats are BMP, GIF, ICO, JPEG, and PNG. Animated GIF is not supported.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.14
iOS100.0 - 100.15
UWP100.0 - 200.0
Relevant samples
Find route: Display directions for a route between two points.
Find service area: Find the service area within a network from a given point.
Find service areas for multiple facilities: Find the service areas of several facilities from a feature service.

PictureMarkerSymbol(RuntimeImage)

Initializes a new instance of the PictureMarkerSymbol class from runtime image data container.

Declaration
public PictureMarkerSymbol(RuntimeImage image)
Parameters
Type Name Description
RuntimeImage image

The runtime image data container.

Remarks

Supported image formats are BMP, GIF, ICO, JPEG, and PNG. Animated GIF is not supported.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0
In This Article
Back to top Copyright © 2022 Esri.