Google.Maps.Feature.Style.LineWaterStyle.Builder

The LineWaterStyle builder.

Summary

Inheritance

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

Constructors and Destructors

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

Public functions

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

Public functions

Build

LineWaterStyle Build()

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

Builder

 Builder()

The Builder class default constructor.

Builder

 Builder(
  LineWaterStyle 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 LineWaterStyle.

Details
Parameters
style
The Style object.