Files
amap_map/doc/api/amap_map/InfoWindow-class.html
2023-12-22 21:23:24 +08:00

278 lines
14 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="description" content="API docs for the InfoWindow class from the amap_map library, for the Dart programming language.">
<title>InfoWindow class - amap_map library - Dart API</title>
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="../static-assets/github.css">
<link rel="stylesheet" href="../static-assets/styles.css">
<link rel="icon" href="../static-assets/favicon.png">
</head>
<body data-base-href="../"
data-using-base-href="false">
<div id="overlay-under-drawer"></div>
<header id="title">
<button id="sidenav-left-toggle" type="button">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../index.html">amap_map</a></li>
<li><a href="../amap_map/amap_map-library.html">amap_map</a></li>
<li class="self-crumb">InfoWindow class</li>
</ol>
<div class="self-name">InfoWindow</div>
<form class="search navbar-right" role="search">
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>
<main>
<div id="dartdoc-sidebar-left" class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left">
<header id="header-search-sidebar" class="hidden-l">
<form class="search-sidebar" role="search">
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
<li><a href="../index.html">amap_map</a></li>
<li><a href="../amap_map/amap_map-library.html">amap_map</a></li>
<li class="self-crumb">InfoWindow class</li>
</ol>
<h5>amap_map library</h5>
<ol>
<li class="section-title"><a href="../amap_map/amap_map-library.html#classes">Classes</a></li>
<li><a href="../amap_map/AMapController-class.html">AMapController</a></li>
<li><a href="../amap_map/AMapWidget-class.html">AMapWidget</a></li>
<li><a href="../amap_map/BaseOverlay-class.html">BaseOverlay</a></li>
<li><a href="../amap_map/BitmapDescriptor-class.html">BitmapDescriptor</a></li>
<li><a href="../amap_map/CameraPosition-class.html">CameraPosition</a></li>
<li><a href="../amap_map/CameraTargetBounds-class.html">CameraTargetBounds</a></li>
<li><a href="../amap_map/CameraUpdate-class.html">CameraUpdate</a></li>
<li><a href="../amap_map/CustomStyleOptions-class.html">CustomStyleOptions</a></li>
<li><a href="../amap_map/InfoWindow-class.html">InfoWindow</a></li>
<li><a href="../amap_map/Marker-class.html">Marker</a></li>
<li><a href="../amap_map/MarkerUpdates-class.html">MarkerUpdates</a></li>
<li><a href="../amap_map/MinMaxZoomPreference-class.html">MinMaxZoomPreference</a></li>
<li><a href="../amap_map/MyLocationStyleOptions-class.html">MyLocationStyleOptions</a></li>
<li><a href="../amap_map/Polygon-class.html">Polygon</a></li>
<li><a href="../amap_map/PolygonUpdates-class.html">PolygonUpdates</a></li>
<li><a href="../amap_map/Polyline-class.html">Polyline</a></li>
<li><a href="../amap_map/PolylineUpdates-class.html">PolylineUpdates</a></li>
<li class="section-title"><a href="../amap_map/amap_map-library.html#functions">Functions</a></li>
<li><a href="../amap_map/keyByMarkerId.html">keyByMarkerId</a></li>
<li><a href="../amap_map/keyByPolygonId.html">keyByPolygonId</a></li>
<li><a href="../amap_map/keyByPolylineId.html">keyByPolylineId</a></li>
<li><a href="../amap_map/serializeOverlaySet.html">serializeOverlaySet</a></li>
<li class="section-title"><a href="../amap_map/amap_map-library.html#enums">Enums</a></li>
<li><a href="../amap_map/CapType-class.html">CapType</a></li>
<li><a href="../amap_map/DashLineType-class.html">DashLineType</a></li>
<li><a href="../amap_map/JoinType-class.html">JoinType</a></li>
<li><a href="../amap_map/MapType-class.html">MapType</a></li>
<li class="section-title"><a href="../amap_map/amap_map-library.html#typedefs">Typedefs</a></li>
<li><a href="../amap_map/MapCreatedCallback.html">MapCreatedCallback</a></li>
<li><a href="../amap_map/MarkerDragEndCallback.html">MarkerDragEndCallback</a></li>
</ol>
</div>
<div id="dartdoc-main-content" class="col-xs-12 col-sm-9 col-md-8 main-content">
<div><h1><span class="kind-class">InfoWindow</span> class </h1></div>
<section class="desc markdown">
<p>Marker的气泡
Android和iOS的实现机制有差异仅在接口层面拉齐效果一致</p>
</section>
<section class="summary offset-anchor" id="constructors">
<h2>Constructors</h2>
<dl class="constructor-summary-list">
<dt id="InfoWindow" class="callable">
<span class="name"><a href="../amap_map/InfoWindow/InfoWindow.html">InfoWindow</a></span><span class="signature">(<span class="parameter" id="-param-title">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">title</span>, </span><span class="parameter" id="-param-snippet"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">snippet</span>}</span>)</span>
</dt>
<dd>
<a href="../amap_map/Marker-class.html">Marker</a> 产生一个不可修改的文本气泡.
<div class="constructor-modifier features">const</div>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="instance-properties">
<h2>Properties</h2>
<dl class="properties">
<dt id="hashCode" class="property">
<span class="name"><a href="../amap_map/InfoWindow/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
</dt>
<dd>
The hash code for this object. <a href="../amap_map/InfoWindow/hashCode.html">[...]</a>
<div class="features">read-only, override</div>
</dd>
<dt id="runtimeType" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/Type-class.html">Type</a></span>
</dt>
<dd class="inherited">
A representation of the runtime type of the object.
<div class="features">read-only, inherited</div>
</dd>
<dt id="snippet" class="property">
<span class="name"><a href="../amap_map/InfoWindow/snippet.html">snippet</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
</dt>
<dd>
气泡的详细信息
<div class="features">final</div>
</dd>
<dt id="title" class="property">
<span class="name"><a href="../amap_map/InfoWindow/title.html">title</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
</dt>
<dd>
气泡的主title
<div class="features">final</div>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="instance-methods">
<h2>Methods</h2>
<dl class="callables">
<dt id="copyWith" class="callable">
<span class="name"><a href="../amap_map/InfoWindow/copyWith.html">copyWith</a></span><span class="signature">(<wbr><span class="parameter" id="copyWith-param-titleParam">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">titleParam</span>, </span><span class="parameter" id="copyWith-param-snippetParam"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">snippetParam</span>}</span>)
<span class="returntype parameter">&#8594; <a href="../amap_map/InfoWindow-class.html">InfoWindow</a></span>
</span>
</dt>
<dd>
气泡copy方法
</dd>
<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>
</dt>
<dd class="inherited">
Invoked when a non-existent method or property is accessed. <a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="toString" class="callable">
<span class="name"><a href="../amap_map/InfoWindow/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
</span>
</dt>
<dd>
Returns a string representation of this object.
<div class="features">override</div>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="operators">
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable">
<span class="name"><a href="../amap_map/InfoWindow/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</span>
</dt>
<dd>
The equality operator. <a href="../amap_map/InfoWindow/operator_equals.html">[...]</a>
<div class="features">override</div>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="constants">
<h2>Constants</h2>
<dl class="properties">
<dt id="noText" class="constant">
<span class="name "><a href="../amap_map/InfoWindow/noText-constant.html">noText</a></span>
<span class="signature">&#8594; const <a href="../amap_map/InfoWindow-class.html">InfoWindow</a></span>
</dt>
<dd>
无文本的气泡
<div>
<span class="signature"><code>const <a href="../amap_map/InfoWindow/InfoWindow.html">InfoWindow</a>()</code></span>
</div>
</dd>
</dl>
</section>
</div> <!-- /.main-content -->
<div id="dartdoc-sidebar-right" class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right">
<ol>
<li class="section-title"><a href="../amap_map/InfoWindow-class.html#constructors">Constructors</a></li>
<li><a href="../amap_map/InfoWindow/InfoWindow.html">InfoWindow</a></li>
<li class="section-title">
<a href="../amap_map/InfoWindow-class.html#instance-properties">Properties</a>
</li>
<li><a href="../amap_map/InfoWindow/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li><a href="../amap_map/InfoWindow/snippet.html">snippet</a></li>
<li><a href="../amap_map/InfoWindow/title.html">title</a></li>
<li class="section-title"><a href="../amap_map/InfoWindow-class.html#instance-methods">Methods</a></li>
<li><a href="../amap_map/InfoWindow/copyWith.html">copyWith</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../amap_map/InfoWindow/toString.html">toString</a></li>
<li class="section-title"><a href="../amap_map/InfoWindow-class.html#operators">Operators</a></li>
<li><a href="../amap_map/InfoWindow/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../amap_map/InfoWindow-class.html#constants">Constants</a></li>
<li><a href="../amap_map/InfoWindow/noText-constant.html">noText</a></li>
</ol>
</div><!--/.sidebar-offcanvas-->
</main>
<footer>
<span class="no-break">
amap_map
1.1.0
</span>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="../static-assets/typeahead.bundle.min.js"></script>
<script src="../static-assets/highlight.pack.js"></script>
<script src="../static-assets/URI.js"></script>
<script src="../static-assets/script.js"></script>
</body>
</html>