sdk-maps / com.tomtom.online.sdk.map.style.sources / Source

Source

@Beta(2020, 12) interface Source : JniNativeHandleOwner, Visitable<SourceVisitor!>

An interface that represents the GeoJSON source.

Functions

getId

abstract fun getId(): String

Returns the ID (a human-readable name) of the source.

Inheritors

GeoJsonSource

interface GeoJsonSource : Source

The interface that represents a GeoJSON source.

ImageSource

interface ImageSource : Source

An interface that represents the image source.