UNPKG

@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

28 lines (27 loc) 767 B
import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { NavigationLineSettingsModel } from '@syncfusion/ej2-maps'; export declare let NavigationLinesDirective: any; export declare const NavigationLinesPlugin: { name: string; install(Vue: any): void; }; /** * Represents the directive to define the navigation lines in the maps. * ```vue * <ejs-maps> * <e-layers> * <e-layer> * <e-navigationLineSettings> * <e-navigationLineSetting> * </e-navigationLineSetting> * </e-navigationLineSettings> * </e-layer> * </e-layers> * </ejs-maps> * ``` */ export declare let NavigationLineDirective: DefineVueDirective<NavigationLineSettingsModel>; export declare const NavigationLinePlugin: { name: string; install(Vue: any): void; };