Stay organized with collections Save and categorize content based on your preferences.
Defines options for a Circle
.
For more information, read the Shapes developer guide.
Inherited Constant Summary From interface android.os.Parcelable int CONTENTS_FILE_DESCRIPTOR int PARCELABLE_WRITE_RETURN_VALUE Public Constructor Summary Public Method Summary Inherited Method Summary From class java.lang.Object Objectclone()
boolean voidfinalize()
final Class<?>getClass()
inthashCode()
final voidnotify()
final voidnotifyAll()
StringtoString()
final voidwait(long arg0, int arg1)
final voidwait(long arg0)
final voidwait()
From interface android.os.Parcelable abstract intdescribeContents()
abstract void writeToParcel(
Parcelarg0, int arg1)
Public Constructors Public Methods public CircleOptions center (LatLng center)Sets the center using a LatLng
.
The center must not be null
.
This method is mandatory because there is no default center.
Parameters center The geographic center as aLatLng
. public CircleOptions clickable (boolean clickable)
Specifies whether this circle is clickable. The default setting is false
.
CircleOptions
object with a new clickability setting.Sets the fill color.
The fill color is the color inside the circle, in the integer format specified by Color
. If TRANSPARENT is used then no fill is drawn.
By default the fill color is transparent (0x00000000
).
Color
format public LatLng getCenter ()
Returns the center as a LatLng
.
LatLng
, or null
if not set yet.Returns the fill color.
ReturnsColor
format.Returns the circle's radius, in meters.
ReturnsReturns the stroke color.
ReturnsColor
format.Returns the stroke pattern set in this CircleOptions
object for the circle's outline.
Returns the stroke width.
ReturnsReturns the zIndex.
ReturnsGets the clickability setting for the circle.
Returnstrue
if the circle is clickable; false
if it is not.Checks whether the circle is visible.
Returnstrue
if the circle is visible; false
if it is invisible.Sets the radius in meters.
The radius must be zero or greater. The default radius is zero.
public CircleOptions strokeColor (int color)Sets the stroke color.
The stroke color is the color of this circle's outline, in the integer format specified by Color
. If TRANSPARENT is used then no outline is drawn.
By default the stroke color is black (0xff000000
).
Color
format public CircleOptions strokePattern (List<PatternItem> pattern)
Sets a stroke pattern for the circle's outline. The default stroke pattern is solid, represented by null
.
Sets the stroke width.
The stroke width is the width (in screen pixels) of the circle's outline. It must be zero or greater. If it is zero then no outline is drawn.
The default width is 10 pixels.
Parameters width width in screen pixels public CircleOptions visible (boolean visible)Sets the visibility.
If this circle is not visible then it is not drawn, but all other state is preserved.
Parameters visiblefalse
to make this circle invisible public CircleOptions zIndex (float zIndex)
Sets the zIndex.
Overlays (such as circles) with higher zIndices are drawn above those with lower indices.
By default the zIndex is 0.0.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`CircleOptions` defines properties like center, radius, color, and visibility for creating circles on a map."],["It provides methods to set and retrieve these properties, allowing customization of the circle's appearance and behavior."],["Circles can be made clickable to respond to user interactions."],["The stroke pattern and width can be adjusted to control the circle's outline."],["Z-index controls the drawing order of the circle relative to other map elements."]]],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4