feat(dees-geo-map): Add voice-guided navigation with TTS, navigation guide controller and mock GPS simulator
This commit is contained in:
@@ -17,3 +17,29 @@ export {
|
||||
type ITrafficFlowSegment,
|
||||
type ITrafficAwareRoute,
|
||||
} from './geo-map.traffic.providers.js';
|
||||
|
||||
// Voice synthesis exports
|
||||
export { VoiceSynthesisManager, type IVoiceConfig, type IVoiceQueueItem } from './geo-map.voice.js';
|
||||
|
||||
// Navigation guidance exports
|
||||
export {
|
||||
NavigationGuideController,
|
||||
type IGPSPosition,
|
||||
type INavigationGuideState,
|
||||
type TGuidanceEventType,
|
||||
type IGuidanceEvent,
|
||||
type INavigationGuideCallbacks,
|
||||
type INavigationCameraConfig,
|
||||
} from './geo-map.navigation-guide.js';
|
||||
|
||||
// Mock GPS simulator exports
|
||||
export {
|
||||
MockGPSSimulator,
|
||||
getSpeedDisplayName,
|
||||
getSpeedKmh,
|
||||
getSpeedPresets,
|
||||
type TSimulationSpeed,
|
||||
type ISimulationSpeedConfig,
|
||||
type IMockGPSConfig,
|
||||
type IMockGPSCallbacks,
|
||||
} from './geo-map.mock-gps.js';
|
||||
|
||||
Reference in New Issue
Block a user