Package com.pointrlabs.core.map.models
Class PTRMapFillLayer
-
- All Implemented Interfaces:
public final class PTRMapFillLayer extends PTRMapLayer
-
-
Constructor Summary
Constructors Constructor Description PTRMapFillLayer(String identifier)
-
Method Summary
Modifier and Type Method Description final Integer
getFillColor()
final Unit
setFillColor(Integer fillColor)
final Float
getOpacity()
final Unit
setOpacity(Float opacity)
final Integer
getFillOutlineColor()
final Unit
setFillOutlineColor(Integer fillOutlineColor)
Float
getMaxZoom()
Unit
setMaxZoom(Float maxZoom)
Float
getMinZoom()
Unit
setMinZoom(Float minZoom)
String
getIdentifier()
-
-
Constructor Detail
-
PTRMapFillLayer
PTRMapFillLayer(String identifier)
-
-
Method Detail
-
getFillColor
final Integer getFillColor()
-
setFillColor
final Unit setFillColor(Integer fillColor)
-
getOpacity
final Float getOpacity()
-
setOpacity
final Unit setOpacity(Float opacity)
-
getFillOutlineColor
final Integer getFillOutlineColor()
-
setFillOutlineColor
final Unit setFillOutlineColor(Integer fillOutlineColor)
-
getMaxZoom
Float getMaxZoom()
-
setMaxZoom
Unit setMaxZoom(Float maxZoom)
-
getMinZoom
Float getMinZoom()
-
setMinZoom
Unit setMinZoom(Float minZoom)
-
getIdentifier
String getIdentifier()
-
-
-
-