public interface RouteSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDistance()
optional int32 distance = 3; |
int |
getElapsedTime()
optional int32 elapsed_time = 4; |
int |
getFeatureCount()
optional int32 feature_count = 2; |
int |
getPointCount()
optional int32 point_count = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPointCount()
optional int32 point_count = 1;
The number of points received.
int getFeatureCount()
optional int32 feature_count = 2;
The number of known features passed while traversing the route.
int getDistance()
optional int32 distance = 3;
The distance covered in metres.
int getElapsedTime()
optional int32 elapsed_time = 4;
The duration of the traversal in seconds.