You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not entirely sure if this is a bug, intended, or still in progress. I am working with the MapTemplate and the Trip object to show a "trip preview". The provided Trip object has an origin, destination, and routeChoices array. When I call the showTripPreviews method the shown content only shows the destination.name and routeChoices[index].selectionSummaryVariants values along with the startButtonTitle value passed on the text configuration object. Why does the origin data not get represented in anyway? Is it possible to modify this template to show content differently or with additional information?
To Reproduce
Steps to reproduce the behavior:
Create a MapTemplate
Call the showTripPreviews method with a single trip object and text configuration
See the confusion with how the Trip object is utilized
Expected behavior
I expect to see all content values that I pass be utilized in some way; unsure what's happening with the origin object and why it's not being displayed. Curious if the template can be modified to contain extra elements.
Describe the bug
Not entirely sure if this is a bug, intended, or still in progress. I am working with the MapTemplate and the Trip object to show a "trip preview". The provided Trip object has an origin, destination, and routeChoices array. When I call the showTripPreviews method the shown content only shows the destination.name and routeChoices[index].selectionSummaryVariants values along with the startButtonTitle value passed on the text configuration object. Why does the origin data not get represented in anyway? Is it possible to modify this template to show content differently or with additional information?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to see all content values that I pass be utilized in some way; unsure what's happening with the origin object and why it's not being displayed. Curious if the template can be modified to contain extra elements.
Screenshots/Videos
Associated Trip Object
CarPlay (please complete the following information):
Android Auto (please complete the following information):
Additional context
No additional context at this time.
The text was updated successfully, but these errors were encountered: