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
We provide constructors for many of our API model classes but the parameters taken in are wildly inconsistent. For example the StepManeuver class provides two constructors:
but we don't have constructors for location, bearingBefore, bearingAfter, or instruction variables. Can we get away with only having empty constructors since we now have setters for all variables @zugaldia?
The text was updated successfully, but these errors were encountered:
We provide constructors for many of our API model classes but the parameters taken in are wildly inconsistent. For example the
StepManeuver
class provides two constructors:but we don't have constructors for
location
,bearingBefore
,bearingAfter
, orinstruction
variables. Can we get away with only having empty constructors since we now have setters for all variables @zugaldia?The text was updated successfully, but these errors were encountered: