Class CustomGeometrySourceOptions
java.lang.Object
org.maplibre.nativeffi.style.CustomGeometrySourceOptions
Mutable descriptor for custom geometry sources.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuffer()buffer(int buffer) callback()clip()clip(boolean clip) booleanbooleanhasClip()booleanbooleanbooleanbooleanbooleanhasWrap()maxZoom()maxZoom(double maxZoom) minZoom()minZoom(double minZoom) tileSize()tileSize(int tileSize) tolerance(double tolerance) wrap()wrap(boolean wrap)
-
Constructor Details
-
CustomGeometrySourceOptions
-
-
Method Details
-
callback
-
hasMinZoom
public boolean hasMinZoom() -
minZoom
-
minZoom
-
clearMinZoom
-
hasMaxZoom
public boolean hasMaxZoom() -
maxZoom
-
maxZoom
-
clearMaxZoom
-
hasTolerance
public boolean hasTolerance() -
tolerance
-
tolerance
-
clearTolerance
-
hasTileSize
public boolean hasTileSize() -
tileSize
-
tileSize
-
clearTileSize
-
hasBuffer
public boolean hasBuffer() -
buffer
-
buffer
-
clearBuffer
-
hasClip
public boolean hasClip() -
clip
-
clip
-
clearClip
-
hasWrap
public boolean hasWrap() -
wrap
-
wrap
-
clearWrap
-