UNPKG

@ng-maps/google

Version:

**@ng-maps/google** is a simple, modular and tree-shakable library for displaying google-maps inside an angular application

12 lines (11 loc) 580 B
import { BoundsLiteral, FitBoundsService, GeoPoint, MapsAPILoader } from '@ng-maps/core'; import * as i0 from "@angular/core"; /** * The FitBoundsService is responsible for computing the bounds of the a single map. */ export declare class GoogleMapsFitBoundsService extends FitBoundsService { constructor(_loader: MapsAPILoader); protected generateBounds(includeInBounds: Map<string, GeoPoint>): BoundsLiteral; static ɵfac: i0.ɵɵFactoryDeclaration<GoogleMapsFitBoundsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<GoogleMapsFitBoundsService>; }