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
In DirectionsRequest the method setOpt() is useless since the string is generated when the object is created thus calling setOpt(false) does nothing and "optimizeWaypoints" will always be true since is the default value.
Solution would be to overload the constructor, even more. I don't pull a request because It would bother some users or there would be too much constructors.
The text was updated successfully, but these errors were encountered:
In
DirectionsRequest
the methodsetOpt()
is useless since the string is generated when the object is created thus callingsetOpt(false)
does nothing and "optimizeWaypoints" will always be true since is the default value.Solution would be to overload the constructor, even more. I don't pull a request because It would bother some users or there would be too much constructors.
The text was updated successfully, but these errors were encountered: