new GoView(options)
Map/GoView.ts, line 12
| Name | Type | Description |
|---|---|---|
options |
module:types~optionsView |
The options of the view. |
Properties:
| Name | Type | Description |
|---|---|---|
mapViewLinked |
Array.<string> |
Extends
- View
- undefined
Methods
-
getMapsLinked(){Array.<string>}
Map/GoView.ts, line 34 -
This function allow to get the maps linked to the view.
Returns:
Type Description Array.<string> Return the maps linked to the view. -
getid(){string}
Map/GoView.ts, line 43 -
This function allow to get the id of the view.
Returns:
Type Description string Return the id of the view. -
setId(id){void}
Map/GoView.ts, line 53 -
This function allow to set the id of the view.
Name Type Description idstring The id of the view.
Returns:
Type Description void Return nothing
