MapImageStyle Struct

Definition

The MapImageStyle.

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

Constructors

MapImageStyle(String)

Initializes a new instance of MapImageStyle.

Properties

Dark

Dark grey version of the Azure Maps main style.

Main

Azure Maps main style.

Methods

Equals(MapImageStyle)

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(MapImageStyle, MapImageStyle)

Determines if two MapImageStyle values are the same.

Implicit(String to MapImageStyle)

Converts a string to a MapImageStyle.

Inequality(MapImageStyle, MapImageStyle)

Determines if two MapImageStyle values are not the same.

Applies to