Made arrows smaller and filled them.

This commit is contained in:
Marat Fayzullin 2024-09-08 11:59:21 -04:00
parent 1f93d4f285
commit 549bbfbe26
1 changed files with 3 additions and 2 deletions

View File

@ -175,10 +175,11 @@ function GCall() {
};
const arrow = {
path : google.maps.SymbolPath.FORWARD_CLOSED_ARROW,
scale : 2,
scale : 1.5,
strokeColor : '#000000',
strokeWeight : 1,
strokeOpacity : 0.5
strokeOpacity : 0.5,
fillOpacity : 1.0
};
this.line = new google.maps.Polyline({