AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
georoutes
/
aws.sdk.kotlin.services.georoutes.model
/
RoadSnapNoticeCode
Road
Snap
Notice
Code
sealed
class
RoadSnapNoticeCode
Inheritors
TracePointsHeadingIgnored
TracePointsIgnored
TracePointsMovedByLargeDistance
TracePointsNotMatched
TracePointsOutOfSequence
TracePointsSpeedEstimated
TracePointsSpeedIgnored
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RoadSnapNoticeCode
Trace
Points
Heading
Ignored
Link copied to clipboard
object
TracePointsHeadingIgnored
:
RoadSnapNoticeCode
Trace
Points
Ignored
Link copied to clipboard
object
TracePointsIgnored
:
RoadSnapNoticeCode
Trace
Points
Moved
By
Large
Distance
Link copied to clipboard
object
TracePointsMovedByLargeDistance
:
RoadSnapNoticeCode
Trace
Points
Not
Matched
Link copied to clipboard
object
TracePointsNotMatched
:
RoadSnapNoticeCode
Trace
Points
Out
Of
Sequence
Link copied to clipboard
object
TracePointsOutOfSequence
:
RoadSnapNoticeCode
Trace
Points
Speed
Estimated
Link copied to clipboard
object
TracePointsSpeedEstimated
:
RoadSnapNoticeCode
Trace
Points
Speed
Ignored
Link copied to clipboard
object
TracePointsSpeedIgnored
:
RoadSnapNoticeCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String