MapOptions Class
Contents
[
Hide
]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
| Name | Description |
|---|---|
| MapOptions() | Initializes a new instance of the MapOptions class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| background_color | System.Drawing.Color | r/w | Background color of the map. Defaults to System.Drawing.Color.Transparent. |
| height | int | r/w | Visual height of the map. Defaults to 400. Used when MapSizeModes.CUSTOM. |
| layers | MapLayerOptions[] | r/w | A collection of options for vector layers to represent by Aspose.Gis.GeoTools.LayersMap.MapLayerOptions. |
| rasters | MapRasterOptions[] | r/w | A collection of options for rasters layers to represent by Aspose.Gis.GeoTools.LayersMap.MapRasterOptions. |
| renderer | Renderer | r/w | Renderer to use. Defaults to Aspose.Gis.Rendering.Renders.Jpeg. |
| size_mode | MapSizeModes | r/w | Size Mode. Defaults to MapSizeModes.AUTO |
| spatial_reference | SpatialReferenceSystem | r/w | Spatial Reference. Defaults to Aspose.Gis.SpatialReferencing.SpatialReferenceSystem.WebMercator. |
| tiles | MapTilesOptions | r/w | Tiles options. |
| width | int | r/w | Visual width of the map. Defaults to 400. Used when MapSizeModes.CUSTOM. |
Constructor: MapOptions()
MapOptions()
Initializes a new instance of the MapOptions class