Google.Maps.Feature.Style.AreaWaterStyle.Builder

AreaWaterStyle builder.

Summary

Inheritance

Inherits from: RegionishStyleBuilder

Constructors and Destructors

Builder()
Constructor.
Builder(RegionishStyle style)
A copy constructor that shallow-copies style values into the builder.

Public functions

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

Public functions

Build

AreaWaterStyle Build()

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

Builder

 Builder()

Constructor.

Builder

 Builder(
  RegionishStyle style
)

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

Use when creating a new style object based on an existing RegionishStyle.

Details
Parameters
style
The style object.