feat(geo-map): add live traffic visualization and traffic-aware routing with pluggable providers and UI integration

This commit is contained in:
2026-02-05 15:07:33 +00:00
parent 1a0fceadc0
commit df690dc329
22 changed files with 2238 additions and 181 deletions

View File

@@ -274,6 +274,11 @@ export const demoFunc = () => html`
.showNavigation=${true}
></dees-geo-map>
</div>
<p class="demo-description" style="margin-top: 12px; font-size: 12px; opacity: 0.7;">
<strong>Traffic:</strong> To enable live traffic, set the <code>trafficApiKey</code> property with your HERE API key
(free tier: 250k requests/month at <a href="https://developer.here.com" target="_blank" style="color: inherit;">developer.here.com</a>).
</p>
</div>
<div class="demo-section">