Google.Maps.Feature.Style.RegionStyle.Builder

The RegionStyle builder.

Summary

Inheritance

Inherits from: RegionishStyleBuilder

Constructors and Destructors

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

Public functions

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

Public functions

Build

RegionStyle Build()

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

Builder

 Builder()

Thne Builder class default constructor.

Builder

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

Details
Parameters
style
The Style object.