dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

BookmarkThumbnail Class

The URL for a thumbnail image.
ArcGIS Maps SDK for JavaScript

public class BookmarkThumbnail :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.BookmarkThumbnail>

Inheritance System.Object 🡒 BookmarkThumbnail

Implements System.IEquatable<BookmarkThumbnail>

Constructors

BookmarkThumbnail(string) Constructor

The URL for a thumbnail image.
ArcGIS Maps SDK for JavaScript

public BookmarkThumbnail(string? Url=null);

Parameters

Url System.String

URL to a thumbnail to display.
ArcGIS Maps SDK for JavaScript

Properties

BookmarkThumbnail.Url Property

URL to a thumbnail to display.
ArcGIS Maps SDK for JavaScript

public string? Url { get; set; }

Property Value

System.String