interface Visitable<T : Any!>
A generic interface for classes that accept a visitor.
| abstract fun accept(visitor: T): UnitAccept the visitor | 
| open class Feature : GeoJsonObject, Visitable<GeoJsonObjectVisitor!>, SerializableRepresents a spatially bound entity. Consists of a  | |
| abstract class GeoJsonObject : Visitable<GeoJsonObjectVisitor!>, SerializableA GeoJsonObject representing a Geometry, Feature, or collection of Features. |