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
Android docs withRouteLineResources( RouteLineResources.Builder() .destinationWaypointIcon(R.drawable.marker_pin_destination) .build() )
but this code change the icon for all waypoints.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: