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
RouteStep currently inherits the == operator from NSObject, so it only considers whether two RouteStep objects are the same object. RouteStep should override the == operator to indicate whether the objects represent the same logical step. It should at least consider the step’s coordinates, maneuver type, and maneuver direction. Should it consider anything else about the step?
RouteStep currently inherits the
==
operator from NSObject, so it only considers whether two RouteStep objects are the same object. RouteStep should override the==
operator to indicate whether the objects represent the same logical step. It should at least consider the step’s coordinates, maneuver type, and maneuver direction. Should it consider anything else about the step?/cc @frederoni @bsudekum
The text was updated successfully, but these errors were encountered: