unary Plus
Extension function for Layer to overload Unary operations.
Apply +Layer will add the layer to the StyleExtensionImpl.
Extension function for Pair<Layer, LayerPosition> to overload Unary operations.
Apply +Pair<Layer, LayerPosition> will add the layer to the StyleExtensionImpl at given LayerPosition.
Extension function for Source to overload Unary operations.
Apply +Source will add the source to the StyleExtensionImpl.
Extension function for FlatLight to overload Unary operations.
Apply +FlatLight will add the light to the StyleExtensionImpl.
Extension function for DynamicLight to overload Unary operations.
Apply +DynamicLight will add the light to the StyleExtensionImpl.
Extension function for Terrain to overload Unary operations.
Apply +Terrain will add the terrain to the StyleExtensionImpl.
Extension function for Atmosphere to overload Unary operations.
Apply +Atmosphere will add the atmosphere to the StyleExtensionImpl.
Extension function for Projection to overload Unary operations.
Using ProjectionName.GLOBE requires OpenGL GLES20.GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS be more than zero. If GLES20.GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS is zero (which may happen for low-end devices and old Android versions) - ProjectionName.GLOBE will fallback to ProjectionName.MERCATOR with the log warning.
Apply +Projection will add specific map projection to the StyleExtensionImpl.
Extension function to add TransitionOptions to be applied when loading the style.
Extension function for ImageExtensionImpl to overload Unary operations.
Apply +ImageExtensionImpl will add the source to the StyleExtensionImpl.
Extension function for ModelExtensionImpl to overload Unary operations.
Apply +ModelExtensionImpl will add the source to the StyleExtensionImpl.
Extension function for ImageNinePatchExtensionImpl to overload Unary operations.
Apply +ImageNinePatchExtensionImpl will add the source to the StyleExtensionImpl.