Package ai.nextbillion.maps.model
Class SnappedSpeedLimitResponse
java.lang.Object
ai.nextbillion.maps.model.SnappedSpeedLimitResponse
- All Implemented Interfaces:
java.io.Serializable
public class SnappedSpeedLimitResponse
extends java.lang.Object
implements java.io.Serializable
A combined snap-to-roads and speed limit response.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description SnappedPoint[]snappedPointsSnap-to-road results.SpeedLimit[]speedLimitsSpeed limit results. -
Constructor Summary
Constructors Constructor Description SnappedSpeedLimitResponse() -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()
-
Field Details
-
speedLimits
Speed limit results. -
snappedPoints
Snap-to-road results.
-
-
Constructor Details
-
SnappedSpeedLimitResponse
public SnappedSpeedLimitResponse()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-