UNPKG

ngx-gaia-gis

Version:

GaiaGisService is an Angular library that simplifies the integration of interactive maps using OpenLayers. It allows for visualizing raster maps, adding custom points, and adjusting views easily, making it ideal for developers who need to implement geospa

13 lines (12 loc) 599 B
import { OnInit } from '@angular/core'; import { GaiaGisService } from './gaia-gis.service'; import { Option } from '../interfaces/OptionsGaia.model'; import * as i0 from "@angular/core"; export declare class GaiaGisComponent implements OnInit { options?: Option; GaiaGisService: GaiaGisService; ngOnInit(): void; initilizeMap(): void; static ɵfac: i0.ɵɵFactoryDeclaration<GaiaGisComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GaiaGisComponent, "gaia-gis", never, { "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>; }