com.github.thinkerou.demo.helloworld.RouteSummaryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: demo/helloworld.proto
package com.github.thinkerou.demo.helloworld;
public interface RouteSummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:helloworld.RouteSummary)
com.google.protobuf.MessageOrBuilder {
/**
*
* The number of points received.
*
*
* int32 point_count = 1;
*/
int getPointCount();
/**
*
* The number of known features passed while traversing the route.
*
*
* int32 feature_count = 2;
*/
int getFeatureCount();
/**
*
* The distance covered in metres.
*
*
* int32 distance = 3;
*/
int getDistance();
/**
*
* The duration of the traversal in seconds.
*
*
* int32 elapsed_time = 4;
*/
int getElapsedTime();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy