MapOptions Class

Summary: Map Options for creating maps using LayersMapBuilder

Module: aspose.gis.geotools.layersmap

Full Name: aspose.gis.geotools.layersmap.MapOptions

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
MapOptions()Initializes a new instance of the MapOptions class

Properties

NameTypeAccessDescription
background_colorSystem.Drawing.Colorr/wBackground color of the map. Defaults to System.Drawing.Color.Transparent.
heightintr/wVisual height of the map. Defaults to 400. Used when MapSizeModes.CUSTOM.
layersMapLayerOptions[]r/wA collection of options for vector layers to represent by Aspose.Gis.GeoTools.LayersMap.MapLayerOptions.
rastersMapRasterOptions[]r/wA collection of options for rasters layers to represent by Aspose.Gis.GeoTools.LayersMap.MapRasterOptions.
rendererRendererr/wRenderer to use. Defaults to Aspose.Gis.Rendering.Renders.Jpeg.
size_modeMapSizeModesr/wSize Mode. Defaults to MapSizeModes.AUTO
spatial_referenceSpatialReferenceSystemr/wSpatial Reference. Defaults to Aspose.Gis.SpatialReferencing.SpatialReferenceSystem.WebMercator.
tilesMapTilesOptionsr/wTiles options.
widthintr/wVisual width of the map. Defaults to 400. Used when MapSizeModes.CUSTOM.

Constructor: MapOptions()

 MapOptions() 

Initializes a new instance of the MapOptions class