GeoMapMatchedPoint
Encapsulates the result of a Map-Matching operation See roadMatch
Since
1.3.0 A significant change related to the Street/House Numbers management was done. Now, getOddStreetNum() and getEvenStreetNum() accessors are deprecated. They have been respectively replaced by getLeftHN() and getRightHN() methods which return the Left and Right House Numbers (Left and right sides are related to the geometric description of the associated polyline).In France, the Left House Number is almost always an odd value but this is not the case in other countries ! In addition, this class provides two new accessors : getLeftPC() and getRightPC() These new methods allow you to get respectively the Left and Right Postal Codes which might be attached to a road. In most cases, these values are identical (Then in this case, only the getLeftPC() returns a value). getSide() is now deprecated (see getRoadSide)