Google.Maps.Unity.Attribution.AttributionStyle

Styling options for the attribution text. If an instance of this component does not exist in the scene, default settings are used instead.

Summary

Inheritance

Inherits from: MonoBehaviour

Public attributes

TextAnchor = TextAnchor.LowerLeft
TextAnchor
Sets the anchor of the attribution text.
TextColor = Color.white
Color
The color of the attribution text. The outline color is given by the inverse of the text color.

Public attributes

TextAnchor

TextAnchor TextAnchor = TextAnchor.LowerLeft

Sets the anchor of the attribution text.

TextColor

Color TextColor = Color.white

The color of the attribution text. The outline color is given by the inverse of the text color.