Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add route callout customization example #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DSamaryan
Copy link
Contributor

@DSamaryan DSamaryan commented Mar 20, 2025

New example demonstrates how route callout can be customized + merged previous Route Callout example into example with Route lines

Screen_recording_20250320_143224.mp4

@DSamaryan DSamaryan self-assigned this Mar 20, 2025
@DSamaryan DSamaryan requested a review from a team as a code owner March 20, 2025 11:30
@DSamaryan DSamaryan force-pushed the ds/feature-route-callout-customization branch from a412601 to f45d878 Compare March 20, 2025 13:32
/**
* Remove this line if you don't wish to show the route callout feature
*/
.isRouteCalloutsEnabled(true)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DSamaryan I missed that 🤔 I supposed we provide "callout enable-disable" API via setting CalloutsAdapter or set it to null

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discuss it with @dzinad and decided to add this option to RouteLineApiOption as well

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discussed to remove this flag and make lazy callouts calculation or move calculation to RouteLineView class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants