The path planning in google map api generates two icons for the start and end of the line, such as: AB, how to remove or replace it?

clipboard.png
:

: icongoogleAB

:
clipboard.png
.]

Apr.10,2022

has been solved. Some parameters are obtained by querying and looking at his source code; mainly:

    const directionsDisplay = new google.maps.DirectionsRenderer({
        suppressMarkers: true,
    });

can be solved, let's post my code below;

clipboard.png

clipboard.png


mark.seticon

Menu