Class LayersMapBuilder

LayersMapBuilder class

Contains a method for creating maps and all the functions it depends on.

public class LayersMapBuilder

Constructors

NameDescription
LayersMapBuilder()The default constructor.

Methods

NameDescription
static CreateMap(MapOptions)Creates a map using options provided and contains its render in a System.IO.MemoryStream.

See Also