Google.Maps.Feature.Style.SegmentStyle.Builder

The SegmentStyle builder.

Summary

Inheritance

Inherits from: Google.Maps.Feature.Style.SegmentishStyle.SegmentishStyleBuilder

Constructors and Destructors

Builder()
The Builder class default constructor.
Builder(SegmentStyle style)
A copy constructor that shallow-copies style values into the builder.

Public functions

Build()
Builds a new SegmentStyle from the values set on the builder.

Public functions

Build

SegmentStyle Build()

Builds a new SegmentStyle from the values set on the builder.

Builder

 Builder()

The Builder class default constructor.

Builder

 Builder(
  SegmentStyle style
)

A copy constructor that shallow-copies style values into the builder.

Use this copy constructor when you want to create a new style object based on an existing SegmentStyle.

Details
Parameters
style
The Style object.