MapTileScheme Struct

Definition

The rendered langauge showing on the map images or map tiles.

public readonly struct MapTileScheme : IEquatable<Azure.Maps.Rendering.MapTileScheme>
type MapTileScheme = struct
Public Structure MapTileScheme
Implements IEquatable(Of MapTileScheme)
Inheritance
MapTileScheme
Implements

Constructors

MapTileScheme(String)

Initializes a new instance of MapTileScheme.

Properties

Tms

Return TMS scheme for serving tiles.

Xyz

Return XYZ scheme for serving tiles.

Methods

Equals(MapTileScheme)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MapTileScheme, MapTileScheme)

Determines if two MapTileScheme values are the same.

Implicit(String to MapTileScheme)

Converts a string to a MapTileScheme.

Inequality(MapTileScheme, MapTileScheme)

Determines if two MapTileScheme values are not the same.

Applies to