Interface ShipmentRoute.EncodedPolylineOrBuilder (1.13.0)

public static interface ShipmentRoute.EncodedPolylineOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPoints()

public abstract String getPoints()

String representing encoded points of the polyline.

string points = 1;

Returns
TypeDescription
String

The points.

getPointsBytes()

public abstract ByteString getPointsBytes()

String representing encoded points of the polyline.

string points = 1;

Returns
TypeDescription
ByteString

The bytes for points.