NOTICE: Google Maps Platform gaming services is deprecated as of October 18, 2021. Current users will have continued access until December 31, 2022. During this time, we will continue to provide support and fixes to major bugs and outages. See the Gaming Services Transition Guide for resources to help you plan the next steps for your projects.

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.