|
Maps SDK for C++ 1.0.0
|
Interface for OpenLR information. More...
Public Member Functions | |
| virtual | ~IOpenLRInfo ()=default |
| Destructor. | |
| virtual int | getSegmentCount () const =0 |
| Get the number of segments. | |
| virtual const CoordinatesRef | getLocation (int idx) const =0 |
| Get the location coordinates at the specified index. | |
| virtual int | getAngle (int idx) const =0 |
| Get the angle at the specified index. | |
| virtual int | getDistanceM (int idx) const =0 |
| Get the distance in meters at the specified index. | |
| virtual float | getOffset (int idx) const =0 |
| Get the offset at the specified index. | |
| virtual int | getFOW (int idx) const =0 |
| Get the form of way at the specified index. | |
| virtual String | getFOWStr (int idx) const =0 |
| Get the form of way as a string at the specified index. | |
| virtual void | show (int idx) const =0 |
| Show the information at the specified index. | |
Interface for OpenLR information.
This interface provides methods to retrieve information about OpenLR data.
|
pure virtual |
Get the angle at the specified index.
| idx | The index of the angle. |
|
pure virtual |
Get the distance in meters at the specified index.
| idx | The index of the distance. |
|
pure virtual |
Get the form of way at the specified index.
| idx | The index of the form of way. |
|
pure virtual |
Get the form of way as a string at the specified index.
| idx | The index of the form of way. |
|
pure virtual |
Get the location coordinates at the specified index.
| idx | The index of the location. |
|
pure virtual |
Get the offset at the specified index.
| idx | The index of the offset. |
|
pure virtual |
Get the number of segments.
|
pure virtual |
Show the information at the specified index.
| idx | The index of the information to show. |