InfoWindow class

Marker的气泡 Android和iOS的实现机制有差异,仅在接口层面拉齐,效果一致

Constructors

InfoWindow({String title, String snippet})
Marker 产生一个不可修改的文本气泡.
const

Properties

hashCode int
The hash code for this object. [...]
read-only, override
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
snippet String
气泡的详细信息
final
title String
气泡的主title
final

Methods

copyWith({String titleParam, String snippetParam}) InfoWindow
气泡copy方法
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
override

Operators

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

Constants

noText → const InfoWindow
无文本的气泡
const InfoWindow()