MapImageLayer Struct

Definition

The StaticMapLayer.

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

Constructors

MapImageLayer(String)

Initializes a new instance of MapImageLayer.

Properties

Basic

Returns an image containing all map features including polygons, borders, roads and labels.

Hybrid

Returns an image containing borders, roads, and labels, and can be overlaid on other tiles (such as satellite imagery) to produce hybrid tiles.

Labels

Returns an image of just the map's label information.

Methods

Equals(MapImageLayer)

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

Determines if two MapImageLayer values are the same.

Implicit(String to MapImageLayer)

Converts a string to a MapImageLayer.

Inequality(MapImageLayer, MapImageLayer)

Determines if two MapImageLayer values are not the same.

Applies to