-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
questionIndicates that an issue or pull request needs more informationIndicates that an issue or pull request needs more information
Description
agm-direction provideRouteAlternatives not working.
<agm-map
[latitude]="lat" [longitude]="lng" [zoom]="zoom">
<agm-marker [latitude]="lat" [longitude]="lng">
<agm-direction
[origin]="origin"
[destination]="destination"
[waypoints]="waypoints"
[provideRouteAlternatives]="altRoutes">
here altRoutes is set to 'true' (boolean)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionIndicates that an issue or pull request needs more informationIndicates that an issue or pull request needs more information