arlas-web-components / Exports / MapglSettingsComponent
Class: MapglSettingsComponent
Implements
OnInit
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MapglSettingsComponent(dialog
)
Parameters
Name | Type |
---|---|
dialog |
MatDialog |
Defined in
projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:154
Properties
dialog
• dialog: MatDialog
Defined in
projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:154
dialogRef
• dialogRef: MatDialogRef
<MapglSettingsDialogComponent
, any
>
Defined in
projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:152
geoQueryEmitter
• geoQueryEmitter: Subject
<Map
<string
, GeoQuery
>>
Output
: Angular Emits the geo-query to apply. A geo-query is defined by - the operation ("within", "intersects", "notwithin", "notintersects") - the geometry field to query
Defined in
projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:150
Methods
ngOnInit
▸ ngOnInit(): void
Returns
void
Implementation of
OnInit.ngOnInit
Defined in
projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:156
openDialog
▸ openDialog(mapSettingsService
): void
Parameters
Name | Type |
---|---|
mapSettingsService |
MapSettingsService |
Returns
void
Defined in
projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:158