MapLayersGenerator.GetListOfLayers

MapLayersGenerator.GetListOfLayers method

Get list of layers: roadLayer, buildingLayer, parkLayer, parkRoadLayer, industrialLayer.

public static List<VectorLayer> GetListOfLayers(MapGeneratorOptions options)
ParameterTypeDescription
optionsMapGeneratorOptionsMap generator options.

Return Value

The list of layers with generated geometry.

See Also