LayersMapBuilder.CreateMap

LayersMapBuilder.CreateMap method

Creates a map using options provided and contains its render in a System.IO.MemoryStream.

public static MemoryStream CreateMap(MapOptions model)
ParameterTypeDescription
modelMapOptionsMap layers options.

Return Value

The completed map.

See Also