angular2-google-maps
Version:
Angular 2 components for Google Maps
9 lines • 620 B
JavaScript
export { SebmGoogleMap } from './directives/google-map';
export { SebmGoogleMapCircle } from './directives/google-map-circle';
export { SebmGoogleMapInfoWindow } from './directives/google-map-info-window';
export { SebmGoogleMapKmlLayer } from './directives/google-map-kml-layer';
export { SebmGoogleMapMarker } from './directives/google-map-marker';
export { SebmGoogleMapPolygon } from './directives/google-map-polygon';
export { SebmGoogleMapPolyline } from './directives/google-map-polyline';
export { SebmGoogleMapPolylinePoint } from './directives/google-map-polyline-point';
//# sourceMappingURL=directives.js.map