Interface SpeedLimitSources
public interface SpeedLimitSources
Speed limit information for the segment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpeedLimitSource
Speed Limit is based on administrative regulations.static final SpeedLimitSource
Speed Limit is based on a posted speed limit sign, speed limit information painted on the road, or data obtained from official sources.
-
Field Details
-
POSTED
Speed Limit is based on a posted speed limit sign, speed limit information painted on the road, or data obtained from official sources. -
DERIVED
Speed Limit is based on administrative regulations.
-