InfoWindow class Navigation View Map View

Text labels for Marker info window.

Annotations

Constructors

InfoWindow({String? title, String? snippet, MarkerAnchor anchor = const MarkerAnchor(u: 0.5, v: 0.0)})
Construct InfoWindow object.
const

Properties

anchor MarkerAnchor
Specifies the anchor point of the info window on the marker image.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippet String?
Additional text displayed below the title. A null value means no additional text.
final
title String?
Text displayed in an info window when the user taps the marker. A null value means no title.
final

Methods

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

Operators

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

Constants

noInfo → const InfoWindow
Display no info window on the marker.