File

libs/map/src/lib/control/map-control-component.ts

Constructor

constructor(mapCache: MapCache)
Parameters :
Name Type Optional
mapCache MapCache No

Inputs

mapId
Type : string

Connect map id.

import { Input } from '@angular/core';
import { Required } from '@helgoland/core';

import { MapCache } from '../base/map-cache.service';

export abstract class MapControlComponent {

    /**
     * Connect map id.
     */
    @Input() @Required public mapId: string;

    constructor(
        protected mapCache: MapCache
    ) { }

}

result-matching ""

    No results matching ""