MapTileScheme Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET