@Beta(2020, 12) abstract fun visit(source: GeoJsonSource!): Unit
Allows the use of a visitor design pattern for GeoJsonSource
.
@Beta(2020, 12) abstract fun visit(source: ImageSource!): Unit
Allows the use of a visitor design pattern for ImageSource
.