@nativescript/google-maps
Version:
Google Maps SDK
38 lines (33 loc) • 1.91 kB
JavaScript
import * as i0 from '@angular/core';
import { Directive, NgModule } from '@angular/core';
import { registerElement } from '@nativescript/angular';
import { MapView } from '@nativescript/google-maps';
class MapViewDirective {
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MapViewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.13", type: MapViewDirective, isStandalone: false, selector: "MapView", ngImport: i0 });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MapViewDirective, decorators: [{
type: Directive,
args: [{
selector: 'MapView',
standalone: false,
}]
}] });
class GoogleMapsModule {
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: GoogleMapsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.13", ngImport: i0, type: GoogleMapsModule, declarations: [MapViewDirective], exports: [MapViewDirective] });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: GoogleMapsModule });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: GoogleMapsModule, decorators: [{
type: NgModule,
args: [{
declarations: [MapViewDirective],
exports: [MapViewDirective],
}]
}] });
registerElement('MapView', () => MapView);
/**
* Generated bundle index. Do not edit.
*/
export { GoogleMapsModule, MapViewDirective };
//# sourceMappingURL=nativescript-google-maps-angular.mjs.map