dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

ExportTileMap Class

Mapping between source and export URLs for tile services

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

Inheritance System.Object 🡒 ExportTileMap

Implements System.IEquatable<ExportTileMap>

Constructors

ExportTileMap() Constructor

public ExportTileMap();

Properties

ExportTileMap.Export Property

Export URL for tile service

public string? Export { get; set; }

Property Value

System.String

ExportTileMap.Source Property

Source URL for tile service

public string? Source { get; set; }

Property Value

System.String