TraveledRouteLocation

public abstract class TraveledRouteLocation extends Object

Represents a location data point of a vehicle traveled route.

Nested Class Summary

class TraveledRouteLocation.Builder Builder class for TraveledRouteLocation. 

Public Constructor Summary

Public Method Summary

abstract ImmutableSet<String>
ids()
Trip IDs or Task IDs associated to the vehicle at the time of collection.
abstract LatLng
latLng()
Location of the vehicle.
static TraveledRouteLocation.Builder
newBuilder()
Returns new default instance builder.
abstract Timestamp
timestamp()
Timestamp of the location at the time of collection.

Inherited Method Summary

Public Constructors

public TraveledRouteLocation ()

Public Methods

public abstract ImmutableSet<String> ids ()

Trip IDs or Task IDs associated to the vehicle at the time of collection.

public abstract LatLng latLng ()

Location of the vehicle.

public static TraveledRouteLocation.Builder newBuilder ()

Returns new default instance builder.

public abstract Timestamp timestamp ()

Timestamp of the location at the time of collection.