@Beta(2020, 12) interface SourceVisitor
A visitor of source objects, implementing the visitor design pattern. Facilitates operating on Source
and its subtypes.
abstract fun visit(source: GeoJsonSource!): Unit
Allows the use of a visitor design pattern for abstract fun visit(source: ImageSource!): Unit
Allows the use of a visitor design pattern for |