mapbox / mapbox/mapbox-navigation-android-examples
Custom waypoint - Android
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 65
- Forks
- 56
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 2
Description
Help, I need customize icons for the destinationPoint and middleWaypoint like IOS SDK
https://docs.mapbox.com/ios/navigation/examples/custom-waypoint/
Android docs
`withRouteLineResources(
RouteLineResources.Builder()
.destinationWaypointIcon(R.drawable.marker_pin_destination)
.build()
)`
but this code change the icon for all waypoints.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Android RouteLineResources.Builder entry point and compare its waypoint icon options with the linked iOS custom-waypoint example. The work is done when destinationPoint and middleWaypoint can use distinct configurable icons instead of one icon for all waypoints.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100