feat(map): add synthetic moving target layer

This commit is contained in:
Codex
2026-07-29 18:28:54 +03:00
parent 65644a8609
commit 08a3c47391
6 changed files with 578 additions and 14 deletions
+11
View File
@@ -5,9 +5,15 @@ export {
MAP_RUNTIME_SCHEMA_VERSION,
} from "./contracts.js";
export type {
CesiumMapRendererHandle,
CesiumMapRendererProps,
MapCacheIntent,
MapCamera,
MapGeoPoint,
MapGhostPin,
MapGhostPinLabelMode,
MapGhostPinLayer,
MapGhostPinPresentation,
MapLayerVisibility,
MapProviderId,
MapProviderPhase,
@@ -17,6 +23,11 @@ export type {
MapRuntimeState,
MapVisualSettings,
} from "./contracts.js";
export {
advanceGhostPins,
destinationPoint,
geodesicDistanceMeters,
} from "./ghostPins.js";
export {
MapRuntimeError,
applyCacheIntent,