@Beta(2020, 6) interface Source : JniNativeHandleOwner, Visitable<SourceVisitor!>
An interface that represents the GeoJSON source.
abstract fun getId(): String
Returns the ID (a human-readable name) of the source. |
interface GeoJsonSource : Source
The interface that represents a GeoJSON source. |
|
interface ImageSource : Source
An interface that represents the image source. |