Class MapLayerOptions

MapLayerOptions class

Vector Layer Options for creating maps using LayersMapBuilder

public class MapLayerOptions

Constructors

NameDescription
MapLayerOptions()The default constructor.

Properties

NameDescription
Labeling { get; set; }Labeling of the features. Defaults to null.
Layer { get; set; }Vector layer.
Symbolyzer { get; set; }Vector symbolyzer.

See Also