|
Maps SDK for C++ 1.0.0
|


Public Member Functions | |
| Ride ()=default | |
| Default constructor. | |
| Ride (const Ride &)=default | |
| Default copy constructor. | |
| Ride (Ride &&) noexcept=default | |
| Default move constructor noexcept is deduced. | |
| Ride & | operator= (const Ride &)=default |
| Default copy assignment operator. | |
| Ride & | operator= (Ride &&) noexcept=default |
| Default move assignment operator. | |
| bool | operator== (Ride const &ride) const |
| Compares two Ride objects for equality. | |
| bool | operator!= (Ride const &ride) const |
| Compares two Ride objects for equality. | |
| LargeInteger | getId () const noexcept |
| Get ride id. | |
| const LandmarkListRef | getStops () const noexcept |
| Get stops list in visit order. | |
| const RoutePreferencesRef | getPreferences () const noexcept |
| Get ride preferences. | |
| const LandmarkRef | getPickup () const noexcept |
| Get pickup location. | |
| ParameterList | getInfo () const noexcept |
| Get rider info as a list of parameters. | |
Ride object.
|
inlinenoexcept |
Get ride id.
|
inlinenoexcept |
Get rider info as a list of parameters.
|
inlinenoexcept |
Get pickup location.
|
inlinenoexcept |
Get ride preferences.
|
inlinenoexcept |
Get stops list in visit order.
|
inline |
Default copy assignment operator.
Replaces the contents of this object with a copy of another Ride object.
Default move assignment operator.
Moves the contents of another Ride object into this one.