UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

9 lines 400 B
import { IEvent, IManagedObject } from '@c8y/client'; import * as i0 from "@angular/core"; export declare class GeoService { private readonly C8Y_POSITION_FRAGMENT; getLatLong(mo: IEvent | IManagedObject): [number, number]; static ɵfac: i0.ɵɵFactoryDeclaration<GeoService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<GeoService>; } //# sourceMappingURL=geo.service.d.ts.map