Home | History | Annotate | Download | only in model

Lines Matching full:polygon

84 <title>Polygon | Android Developers</title>
676 <h1 itemprop="name">Polygon</h1>
709 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.model.Polygon</td>
725 <p itemprop="articleBody">A polygon on the earth's surface. A polygon can be convex or concave, it may span the 180
731 not necessary for the start and end points to coincide; if they do not, the polygon will be
735 <dd>A hole is a region inside the polygon that is not filled. A hole is specified in exactly the
746 default value is transparent (<code>0x00000000</code>). If the polygon geometry is not specified
749 <dd>The order in which this polygon is drawn with respect to other overlays, including
755 <dd>Indicates if the polygon is visible or invisible, i.e., whether it is drawn on the map. An
756 invisible polygon is not drawn, but retains all of its other properties. The default is
759 <dd>Indicates whether the segments of the polygon should be drawn as geodesics, as opposed to
764 Methods that modify a Polygon must be called on the main thread. If not, an
771 Polygon polygon = map.addPolygon(new PolygonOptions()
851 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#equals(java.lang.Object)">equals</a></span>(Object other)</nobr>
867 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#getFillColor()">getFillColor</a></span>()</nobr>
869 <div class="jd-descrdiv">Gets the fill color of this polygon.</div>
885 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#getHoles()">getHoles</a></span>()</nobr>
887 <div class="jd-descrdiv">Returns a snapshot of the holes of this polygon at this time .</div>
903 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#getId()">getId</a></span>()</nobr>
905 <div class="jd-descrdiv">Gets this polygon's id.</div>
921 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#getPoints()">getPoints</a></span>()</nobr>
923 <div class="jd-descrdiv">Returns a snapshot of the vertices of this polygon at this time .</div>
939 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#getStrokeColor()">getStrokeColor</a></span>()</nobr>
941 <div class="jd-descrdiv">Gets the stroke color of this polygon.</div>
957 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#getStrokeWidth()">getStrokeWidth</a></span>()</nobr>
959 <div class="jd-descrdiv">Gets the stroke width of this polygon.</div>
975 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#getZIndex()">getZIndex</a></span>()</nobr>
977 <div class="jd-descrdiv">Gets the zIndex of this polygon.</div>
993 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#hashCode()">hashCode</a></span>()</nobr>
1009 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#isGeodesic()">isGeodesic</a></span>()</nobr>
1027 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#isVisible()">isVisible</a></span>()</nobr>
1029 <div class="jd-descrdiv">Gets the visibility of this polygon.</div>
1045 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#remove()">remove</a></span>()</nobr>
1047 <div class="jd-descrdiv">Removes the polygon from the map.</div>
1063 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#setFillColor(int)">setFillColor</a></span>(int color)</nobr>
1065 <div class="jd-descrdiv">Sets the fill color of this polygon.</div>
1081 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#setGeodesic(boolean)">setGeodesic</a></span>(boolean geodesic)</nobr>
1099 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#setHoles(java.util.List<? extends java.util.List<com.google.android.gms.maps.model.LatLng>>)">setHoles</a></span>(List&lt;?&nbsp;extends&nbsp;List&lt;<a href="/reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a>&gt;&gt; holes)</nobr>
1101 <div class="jd-descrdiv">Sets the holes of this polygon.</div>
1117 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#setPoints(java.util.List<com.google.android.gms.maps.model.LatLng>)">setPoints</a></span>(List&lt;<a href="/reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a>&gt; points)</nobr>
1119 <div class="jd-descrdiv">Sets the points of this polygon.</div>
1135 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#setStrokeColor(int)">setStrokeColor</a></span>(int color)</nobr>
1137 polygon.</div>
1153 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#setStrokeWidth(float)">setStrokeWidth</a></span>(float width)</nobr>
1155 <div class="jd-descrdiv">Sets the stroke width of this polygon.</div>
1171 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#setVisible(boolean)">setVisible</a></span>(boolean visible)</nobr>
1173 <div class="jd-descrdiv">Sets the visibility of this polygon.</div>
1189 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/Polygon.html#setZIndex(float)">setZIndex</a></span>(float zIndex)</nobr>
1191 <div class="jd-descrdiv">Sets the zIndex of this polygon.</div>
1506 <div class="jd-tagdata jd-tagdescr"><p>Gets the fill color of this polygon.</p></div>
1540 <div class="jd-tagdata jd-tagdescr"><p>Returns a snapshot of the holes of this polygon at this time . The list returned is a copy of
1541 the list of holes and so changes to the polygon's holes will not be reflected by this list,
1542 nor will changes to this list be reflected by the polygon.
1572 <div class="jd-tagdata jd-tagdescr"><p>Gets this polygon's id.
1602 <div class="jd-tagdata jd-tagdescr"><p>Returns a snapshot of the vertices of this polygon at this time . The list returned is a copy
1603 of the list of vertices and so changes to the polygon's vertices will not be reflected by
1604 this list, nor will changes to this list be reflected by the polygon. To change the vertices
1605 of the polygon, call <code><a href="/reference/com/google/android/gms/maps/model/Polygon.html#setPoints(java.util.List<com.google.android.gms.maps.model.LatLng>)">setPoints(List)</a></code>.
1635 <div class="jd-tagdata jd-tagdescr"><p>Gets the stroke color of this polygon.</p></div>
1669 <div class="jd-tagdata jd-tagdescr"><p>Gets the stroke width of this polygon.</p></div>
1703 <div class="jd-tagdata jd-tagdescr"><p>Gets the zIndex of this polygon.</p></div>
1706 <ul class="nolist"><li>the zIndex of the polygon.
1801 <div class="jd-tagdata jd-tagdescr"><p>Gets the visibility of this polygon.</p></div>
1804 <ul class="nolist"><li>this polygon visibility.
1835 <div class="jd-tagdata jd-tagdescr"><p>Removes the polygon from the map.
1865 <div class="jd-tagdata jd-tagdescr"><p>Sets the fill color of this polygon.</p></div>
1944 <div class="jd-tagdata jd-tagdescr"><p>Sets the holes of this polygon. This method will take a copy of the holes, so further
1945 mutations to <code>holes</code> will have no effect on this polygon.</p></div>
1984 <div class="jd-tagdata jd-tagdescr"><p>Sets the points of this polygon. This method will take a copy of the points, so further
1985 mutations to <code>points</code> will have no effect on this polygon.</p></div>
1991 <td>a list of <code><a href="/reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a></code>s that are the vertices of the polygon.
2024 <div class="jd-tagdata jd-tagdescr"><p>Sets the stroke color of this polygon.</p></div>
2063 <div class="jd-tagdata jd-tagdescr"><p>Sets the stroke width of this polygon.</p></div>
2102 <div class="jd-tagdata jd-tagdescr"><p>Sets the visibility of this polygon. When not visible, a polygon is not drawn, but it keeps
2109 <td>if <code>true</code>, then the polygon is visible; if <code>false</code>, it is not.
2142 <div class="jd-tagdata jd-tagdescr"><p>Sets the zIndex of this polygon. Polygons with higher zIndices are drawn above those with
2149 <td>the zIndex of this polygon.