-
-
Field Summary
Fields Modifier and Type Field Description private final MapObject.Typetypeprivate LatLngcenterprivate Doubleradiusprivate FloatstrokeWidthprivate IntegerstrokeColorprivate IntegerfillColorprivate BooleanisClickableprivate BooleanisVisibleprivate FloatzIndexprivate List<PatternItem>strokePattern
-
Method Summary
Modifier and Type Method Description MapObject.TypegetType()final LatLnggetCenter()final UnitsetCenter(LatLng center)final DoublegetRadius()final UnitsetRadius(Double radius)final FloatgetStrokeWidth()final UnitsetStrokeWidth(Float strokeWidth)final IntegergetStrokeColor()final UnitsetStrokeColor(Integer strokeColor)final IntegergetFillColor()final UnitsetFillColor(Integer fillColor)final BooleangetIsClickable()final UnitsetIsClickable(Boolean isClickable)BooleangetIsVisible()Gets and sets the visibility of the map object. UnitsetIsVisible(Boolean isVisible)Gets and sets the visibility of the map object. FloatgetZIndex()Gets and sets the z-index of the map object. UnitsetZIndex(Float zIndex)Gets and sets the z-index of the map object. final List<PatternItem>getStrokePattern()final UnitsetStrokePattern(List<PatternItem> strokePattern)-
-
Method Detail
-
getType
MapObject.Type getType()
-
getCenter
final LatLng getCenter()
-
getStrokeWidth
final Float getStrokeWidth()
-
setStrokeWidth
final Unit setStrokeWidth(Float strokeWidth)
-
getStrokeColor
final Integer getStrokeColor()
-
setStrokeColor
final Unit setStrokeColor(Integer strokeColor)
-
getFillColor
final Integer getFillColor()
-
setFillColor
final Unit setFillColor(Integer fillColor)
-
getIsClickable
final Boolean getIsClickable()
-
setIsClickable
final Unit setIsClickable(Boolean isClickable)
-
getIsVisible
Boolean getIsVisible()
Gets and sets the visibility of the map object.
-
setIsVisible
Unit setIsVisible(Boolean isVisible)
Gets and sets the visibility of the map object.
-
getStrokePattern
final List<PatternItem> getStrokePattern()
-
setStrokePattern
final Unit setStrokePattern(List<PatternItem> strokePattern)
-
-
-
-