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

8 lines
546 B
TypeScript
Raw Normal View History

2026-02-05 12:03:22 +00:00
// 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';