Reference documentation and code samples for the Google Maps FleetEngine V1 Client class PolylineFormatType.
The type of polyline format.
Protobuf type maps.fleetengine.v1.PolylineFormatType
Namespace
Google \ Maps \ FleetEngine \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNKNOWN_FORMAT_TYPE
Value: 0
The format is unspecified or unknown.
Generated from protobuf enum UNKNOWN_FORMAT_TYPE = 0;
LAT_LNG_LIST_TYPE
Value: 1
A list of google.type.LatLng
.
Generated from protobuf enum LAT_LNG_LIST_TYPE = 1;
ENCODED_POLYLINE_TYPE
Value: 2
A polyline encoded with a polyline compression algorithm. Decoding is not yet supported.
Generated from protobuf enum ENCODED_POLYLINE_TYPE = 2;