-
-
Field Summary
Fields Modifier and Type Field Description private final MapObject.Typetypeprivate List<LatLng>pointsprivate Floatwidthprivate Integercolorprivate BooleanisClickableprivate BooleanisGeodesicprivate BooleanisVisibleprivate FloatzIndexprivate CapstartCapprivate CapendCapprivate IntegerjointTypeprivate List<PatternItem>pattern
-
Method Summary
Modifier and Type Method Description MapObject.TypegetType()final List<LatLng>getPoints()final UnitsetPoints(List<LatLng> points)final FloatgetWidth()final UnitsetWidth(Float width)final IntegergetColor()final UnitsetColor(Integer color)final BooleangetIsClickable()final UnitsetIsClickable(Boolean isClickable)final BooleangetIsGeodesic()final UnitsetIsGeodesic(Boolean isGeodesic)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 CapgetStartCap()final UnitsetStartCap(Cap startCap)final CapgetEndCap()final UnitsetEndCap(Cap endCap)final IntegergetJointType()final UnitsetJointType(Integer jointType)final List<PatternItem>getPattern()final UnitsetPattern(List<PatternItem> pattern)-
-
Method Detail
-
getType
MapObject.Type getType()
-
getIsClickable
final Boolean getIsClickable()
-
setIsClickable
final Unit setIsClickable(Boolean isClickable)
-
getIsGeodesic
final Boolean getIsGeodesic()
-
setIsGeodesic
final Unit setIsGeodesic(Boolean isGeodesic)
-
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.
-
getStartCap
final Cap getStartCap()
-
setStartCap
final Unit setStartCap(Cap startCap)
-
getEndCap
final Cap getEndCap()
-
getJointType
final Integer getJointType()
-
setJointType
final Unit setJointType(Integer jointType)
-
getPattern
final List<PatternItem> getPattern()
-
setPattern
final Unit setPattern(List<PatternItem> pattern)
-
-
-
-