Properties class
General map settings, like the title, description and UI preferences. These settings are all configured through GeoApps Manager and should be honored in the integration or user interface that is built.
Signature:export declare class Properties
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Properties
class.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Bounds | Extent | The limited bounds of the map | |
CoordinateSystem | string | EPSG code of the coordinate system used on the map | |
Description | readonly | string | Map description |
EnableRotation | boolean | Whteher the rotation should be enabled or not | |
HomeLocation | Location | Home location of the map | |
MaxZoom | number | Maximum zoom level of the map | |
MinZoom | number | Minimum zoom level of the map | |
Projection | string | EPSG code of the map projection | |
ShowLegend | boolean | Whether or not the legend should be visible on load | |
ShowLogin | boolean | Whether or not to show the login button | |
ShowOptions | boolean | Allowed the user to have access to the options panel | |
ShowPrint | boolean | Whether or not printing is allowed in this map | |
Title | readonly | string | Map Title |