GeoStyle class

docs are copied from a CC BY 4.0 work: https://developers.google.com/kml/documentation/kmlreference#folder

implemented the style element of kml, Please note that gpx has no style information

Constructors

GeoStyle({String? id, LineStyle? lineStyle, PolyStyle? polyStyle, IconStyle? iconStyle, LabelStyle? labelStyle, BalloonStyle? balloonStyle})

Properties

balloonStyle BalloonStyle?
see BalloonStyle
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconStyle IconStyle?
see IconStyle
getter/setter pair
id String?
a distinct id of a style, which makes it possible to reuse styles unique in a kml document
getter/setter pair
labelStyle LabelStyle?
see LabelStyle
getter/setter pair
lineStyle LineStyle?
see LineStyle
getter/setter pair
polyStyle PolyStyle?
see PolyStyle
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited