@syncfusion/ej2-vue-maps
Version:
The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue
10 lines (9 loc) • 1.03 kB
JavaScript
export * from '@syncfusion/ej2-maps';
export { InitialShapeSelectionsDirective, InitialShapeSelectionDirective, InitialShapeSelectionsPlugin, InitialShapeSelectionPlugin } from './maps/initialshapeselection.directive';
export { MarkersDirective, MarkerDirective, MarkersPlugin, MarkerPlugin } from './maps/markersettings.directive';
export { ColorMappingsDirective, ColorMappingDirective, ColorMappingsPlugin, ColorMappingPlugin } from './maps/colormapping.directive';
export { BubblesDirective, BubbleDirective, BubblesPlugin, BubblePlugin } from './maps/bubblesettings.directive';
export { NavigationLinesDirective, NavigationLineDirective, NavigationLinesPlugin, NavigationLinePlugin } from './maps/navigationlinesettings.directive';
export { LayersDirective, LayerDirective, LayersPlugin, LayerPlugin } from './maps/layers.directive';
export { AnnotationsDirective, AnnotationDirective, AnnotationsPlugin, AnnotationPlugin } from './maps/annotations.directive';
export { MapsComponent, MapsPlugin } from './maps/maps.component';