FloatingMarkerTitleInfo class

Constructors

FloatingMarkerTitleInfo({required int id, required LatLng latLng, required String title, required Color color, bool isBold = false, int zIndex = 1})

Properties

color Color
The title base color
final
hashCode int
The hash code for this object.
no setterinherited
id int
ID of the floating title, used by the system to track what was added/removed between two paints
final
isBold bool
Whether the title text should be written in bold
final
latLng → LatLng
Base coordinates the title is attached to
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title text as a String
final
zIndex int
z-index of the title to specify which title has the most priority for display in case of titles collisions
final

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