Files
dees-catalog-geo/ts_web/elements/00group-map/dees-geo-map/index.ts

20 lines
914 B
TypeScript

// Main component
export * from './dees-geo-map.js';
// Modular exports for external use
export { renderIcon, GEO_MAP_ICONS } from './geo-map.icons.js';
export { SearchController, type INominatimResult, type IAddressSelectedEvent, type ISearchControllerConfig, type ISearchControllerCallbacks } from './geo-map.search.js';
export { NavigationController, type TNavigationMode, type INavigationState, type IOSRMRoute, type IOSRMLeg, type IOSRMStep, type IRouteCalculatedEvent, type INavigationControllerCallbacks } from './geo-map.navigation.js';
// Traffic exports
export { TrafficController, type ITrafficControllerCallbacks, type ITrafficState } from './geo-map.traffic.js';
export {
HereTrafficProvider,
ValhallaTrafficProvider,
type ITrafficProvider,
type ITrafficProviderConfig,
type ITrafficFlowData,
type ITrafficFlowSegment,
type ITrafficAwareRoute,
} from './geo-map.traffic.providers.js';