mapbox / mapbox-navigation-android-examples

Other
53 stars 46 forks source link

Custom waypoint - Android #109

Open enriquebautista opened 2 years ago

enriquebautista commented 2 years ago

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.