PlacemarkText class abstract

Provides an interface to set text and its style for a placemark.

Implemented types

Constructors

PlacemarkText.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle
The style properties (size, color, etc.) of the placemark text. Note: The current style cannot be modified directly - you must reset it to apply changes.
getter/setter pair
text String
UTF-8 encoded text to be displayed with the PlacemarkMapObject Empty string means no text
getter/setter pair

Methods

isValid() bool
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