@mappingfactory/sdk-angular
Version:
Angular SDK for Michelin's Navigation and Mapping Services.
15 lines (14 loc) • 632 B
TypeScript
import { MapLibreWrapper } from "@mappingfactory/sdk-js";
import { type Observable } from "rxjs";
import { MFCoreService } from "./mapping-factory.service";
import * as i0 from "@angular/core";
export declare class MFMapLibreService {
readonly mappingFactoryService: MFCoreService;
private mapLibreSubject;
mapLibre$: Observable<MapLibreWrapper | null>;
constructor(mappingFactoryService: MFCoreService);
init(): Promise<void>;
getInstance(): MapLibreWrapper | null;
static ɵfac: i0.ɵɵFactoryDeclaration<MFMapLibreService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<MFMapLibreService>;
}