实现 Navigation SDK 的主要方式是使用 Google 导航体验,借助该体验,您可以嵌入使用 Google 提供的界面元素和视觉效果的精细导航体验,类似于 Google 地图应用中的导航体验。如果您需要的灵活性超出了 Google 导航体验所提供的范围,则可以实现自定义导航体验。自定义导航体验是指从完全消除转弯引导并仅将导航作为后台进程运行,到将高度自定义的引导体验投影到与运行导航的设备分开的屏幕,这两者之间的任何内容。借助自定义导航体验,您的应用会调用 Navigation SDK 来请求精细导航 Feed,然后您提供并管理用户在导航体验中看到的界面元素和视觉效果。虽然使用 Google 导航体验通常更易于实现,但自行构建自定义导航体验可以实现更多自定义。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-12-22。"],[[["The Navigation SDK offers a custom navigation experience for greater flexibility beyond the standard Google navigation experience."],["Custom navigation involves managing UI elements and visuals, starting navigation sessions, listening for events, and ending navigation."],["Custom experiences are suitable for scenarios like text-only guidance, Carplay integration, or combining overview maps with minimal turn-by-turn guidance."],["Developers can access the turn-by-turn data feed and detailed navigation events to create highly customized navigation interfaces."]]],[]]