class Google::Apis::FusiontablesV2::PointStyle

Represents a PointStyle within a StyleSetting

Attributes

icon_name[RW]

Name of the icon. Use values defined in www.google.com/fusiontables/ DataSource?dsrcid=308519 Corresponds to the JSON property `iconName` @return [String]

icon_styler[RW]

Represents a StyleFunction within a StyleSetting Corresponds to the JSON property `iconStyler` @return [Google::Apis::FusiontablesV2::StyleFunction]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/fusiontables_v2/classes.rb, line 418
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/fusiontables_v2/classes.rb, line 423
def update!(**args)
  @icon_name = args[:icon_name] if args.key?(:icon_name)
  @icon_styler = args[:icon_styler] if args.key?(:icon_styler)
end