|
Maps SDK for C++ 1.0.0
|


Public Member Functions | |
| MarkerMatch ()=default | |
| Default constructor. | |
| MarkerMatch (const MarkerMatch &vm) | |
| Default copy constructor. | |
| MarkerMatch (MarkerMatch &&vm)=default | |
| Default move constructor noexcept is deduced. | |
| MarkerMatch & | operator= (const MarkerMatch &vm) |
| Default copy assignment. | |
| MarkerMatch & | operator= (MarkerMatch &&marker)=default |
| Default move assignment noexcept is deduced. | |
| bool | operator== (const MarkerMatch &marker) const |
| Comparison operator equal. | |
| bool | operator!= (const MarkerMatch &marker) const |
| Comparison operator not equal. | |
| MarkerRef | getMarker () noexcept |
| Get matched marker. | |
| MarkerCollectionRef | getMarkerCollection () noexcept |
| Get matched marker collection. | |
| const MarkerCollectionRef | getMarkerCollection () const noexcept |
| Get matched const marker collection. | |
| const MarkerRef | getMarker () const noexcept |
| Get matched marker. | |
| int | getMarkerIndex () const noexcept |
| Get matched marker index in marker collection. | |
| int | getPartIndex () const noexcept |
| Get matched marker part index in marker parts. | |
| int | getSegment () const noexcept |
| Get matched segment. | |
| EMarkerMatchType | getType () const noexcept |
| Get matched type. | |
| int | getDistance () const noexcept |
| Get distance to matched position in meters. | |
| const CoordinatesRef | getCoordinates () const noexcept |
| Get matched position coordinates. | |
Marker match.
Implements share-read / share-write Api object over IMarkerMatch
|
inline |
Default copy constructor.
| [in] | vm | MarkerMatch |
|
default |
Default move constructor noexcept is deduced.
| vm | MarkerMatch |
|
inlinenoexcept |
Get matched position coordinates.
|
inlinenoexcept |
Get distance to matched position in meters.
|
inlinenoexcept |
Get matched marker.
|
inlinenoexcept |
Get matched marker.
|
inlinenoexcept |
Get matched const marker collection.
|
inlinenoexcept |
Get matched marker collection.
|
inlinenoexcept |
Get matched marker index in marker collection.
|
inlinenoexcept |
Get matched marker part index in marker parts.
|
inlinenoexcept |
Get matched segment.
|
inlinenoexcept |
|
inline |
|
inline |
|
default |
Default move assignment noexcept is deduced.
| marker | MarkerMatch |
|
inline |